Skip to content

Commit

Permalink
Remove incompatible --color CLI option
Browse files Browse the repository at this point in the history
The option was removed in RSpec 4, see rspec/rspec-core#2864
Follow-up to #2458
  • Loading branch information
pirj committed Sep 18, 2021
1 parent d2a9e0e commit 75aa9d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ end
desc "Run all examples"
RSpec::Core::RakeTask.new(:spec) do |t|
t.ruby_opts = %w[-w]
t.rspec_opts = %w[--color]
end

Cucumber::Rake::Task.new(:cucumber) do |t|
Expand Down

0 comments on commit 75aa9d7

Please sign in to comment.