Skip to content

Commit 6a34d62

Browse files
committed
Remove incompatible --color CLI option
The option was removed in RSpec 4, see rspec/rspec-core#2864 Follow-up to #2458
1 parent d2a9e0e commit 6a34d62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ end
1919
desc "Run all examples"
2020
RSpec::Core::RakeTask.new(:spec) do |t|
2121
t.ruby_opts = %w[-w]
22-
t.rspec_opts = %w[--color]
2322
end
2423

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

0 commit comments

Comments
 (0)