Skip to content

Commit

Permalink
Workaround for Rainbow dependency, see rubocop/rubocop#763.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jan 28, 2014
1 parent 59ca798 commit ebd60d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ end

task :spec

require 'rainbow/ext/string' unless String.respond_to?(:color)
require 'rubocop/rake_task'
Rubocop::RakeTask.new(:rubocop)

Expand Down

0 comments on commit ebd60d4

Please sign in to comment.