We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389df65 commit 1319d9bCopy full SHA for 1319d9b
.rspec
@@ -1,9 +1,3 @@
1
--tty
2
--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 %>
+--format <%= %w(1 true yes).include?(ENV['CI']&.downcase) ? 'Rfc::Riff' : 'Fuubar'%>
gemfiles/standard.rb
@@ -57,7 +57,6 @@ def standard_dependencies
57
gem 'concurrent-ruby', platforms: :jruby
58
gem 'dotenv'
59
gem 'childprocess'
60
- gem 'rspec_junit_formatter'
61
end
62
63
group :development do
0 commit comments