paulczar / meez

rubygem to set up opinionated TDD chef cookbook
73 stars 17 forks source link

should rubocop test error out? #7

Closed stackedsax closed 10 years ago

stackedsax commented 10 years ago

With the basic install, rubocop is throwing this error

rubocop              | bundle exec rubocop test
rubocop              | Inspecting 6 files
rubocop              | undefined method `color' for ".":String
rubocop              | Terminated with a non-zero exit status. Strainer assumes this is a failure.
rubocop              | FAILURE!

Is this just an example of failing test, or should this be fixed?

stackedsax commented 10 years ago

ah, hmm: https://github.com/bbatsov/rubocop/issues/762

flaccid commented 10 years ago

Fixed with https://github.com/paulczar/meez/pull/4.

paulczar commented 10 years ago

fix for this was merged in.