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 9606be1 commit 81c87b9Copy full SHA for 81c87b9
Rakefile
@@ -108,7 +108,7 @@ task :speconly => [ :resources, :test_resources ] do
108
if ENV['SKIP_SPECS'].to_s == 'true'
109
puts "Skipping specs due to SKIP_SPECS=#{ENV['SKIP_SPECS']}"
110
else
111
- opts = ENV['SPEC_OPTS'] ? ENV['SPEC_OPTS'] : %q{ --format documentation --color }
+ opts = ENV['SPEC_OPTS'] ? ENV['SPEC_OPTS'] : %q{ --format documentation --force-color }
112
spec = ENV['SPEC'] || File.join(Dir.getwd, "src/spec/ruby/**/*_spec.rb")
113
opts = opts.split(' ').push *FileList[spec].to_a
114
ruby = ENV['RUBY'] || 'jruby'
0 commit comments