diff --git a/Rakefile b/Rakefile index 817340bfb..dd80d765f 100644 --- a/Rakefile +++ b/Rakefile @@ -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|