Sha256: f6738916422acbb43438ba726eb227e25b1721d20fe7c7b719059245359970f7

Contents?: true

Size: 839 Bytes

Versions: 48

Compression:

Stored size: 839 Bytes

Contents

guard 'rspec', :cli => '--format Fuubar --format html --out tmp/spec.html --require ./spec/support/uncolored_doc_formatter.rb --format UncoloredDocFormatter --out tmp/spec_doc.txt --require ./spec/support/profile_all_formatter.rb --format ProfileAllFormatter --out tmp/spec_profile.txt', :version => 2 do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  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 --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

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
flapjack-1.6.0 Guardfile
flapjack-1.6.0rc4 Guardfile
flapjack-1.6.0rc3 Guardfile
flapjack-1.6.0rc2 Guardfile
flapjack-1.6.0rc1 Guardfile
flapjack-1.5.0 Guardfile
flapjack-1.5.0rc1 Guardfile
flapjack-1.4.0 Guardfile
flapjack-1.4.0rc1 Guardfile
flapjack-1.3.0 Guardfile
flapjack-1.3.0rc3 Guardfile
flapjack-1.3.0rc2 Guardfile
flapjack-1.3.0rc1 Guardfile
flapjack-1.2.2 Guardfile
flapjack-1.2.1 Guardfile
flapjack-1.2.1rc3 Guardfile
flapjack-1.2.1rc2 Guardfile
flapjack-1.2.1rc1 Guardfile
flapjack-1.2.0 Guardfile
flapjack-0.9.6 Guardfile