Skip to content

Commit 1319d9b

Browse files
No xunit
1 parent 389df65 commit 1319d9b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.rspec

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
--tty
22
--colour
3-
<% if %w(1 true yes).include?(ENV['CI']&.downcase) %>
4-
--format 'Rfc::Riff'
5-
--format RspecJunitFormatter
6-
--out rspec.xml
7-
<% else %>
8-
--format Fuubar
9-
<% end %>
3+
--format <%= %w(1 true yes).include?(ENV['CI']&.downcase) ? 'Rfc::Riff' : 'Fuubar'%>

gemfiles/standard.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def standard_dependencies
5757
gem 'concurrent-ruby', platforms: :jruby
5858
gem 'dotenv'
5959
gem 'childprocess'
60-
gem 'rspec_junit_formatter'
6160
end
6261

6362
group :development do

0 commit comments

Comments
 (0)