Guardfile in flapjack-0.6.50 vs Guardfile in flapjack-0.6.51

- old
+ new

@@ -5,10 +5,10 @@ watch('spec/spec_helper.rb') { "spec" } end # NB: seems to be buggy with the default --progress formatter, was # causing failures to parse the features -guard 'cucumber', :cli => '--no-profile --color --format fuubar --strict' do +guard 'cucumber', :cli => '--no-profile --color --format Cucumber::Formatter::Fuubar --strict' do watch(%r{^features/.+\.feature$}) watch(%r{^features/support/.+$}) { 'features' } watch(%r{^features/step_definitions/(.+)_steps\.rb$}) { |m| Dir[File.join("**/#{m[1]}.feature")][0] || 'features' } end