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 a22ca7c commit 41d3ba1Copy full SHA for 41d3ba1
Rakefile
@@ -15,6 +15,7 @@ RSpec::Core::RakeTask.new(:rcov) do |spec|
15
end
16
17
task :spec
18
+require 'rainbow/ext/string' unless String.respond_to?(:color)
19
require 'rubocop/rake_task'
20
Rubocop::RakeTask.new(:rubocop)
21
0 commit comments