Sha256: e96c5e07330a52cd3674a8e78e1ae1670aae87adfc51fcfaea18b8645081b000

Contents?: true

Size: 303 Bytes

Versions: 28

Compression:

Stored size: 303 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'rspec', :version => 2, :all_on_start => false, :all_after_pass => false do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
pt-flow-2.2.0 Guardfile
pt-flow-2.1.0 Guardfile
pt-flow-2.0.0 Guardfile
pt-flow-1.1.1 Guardfile
pt-flow-1.1.0 Guardfile
pt-flow-1.0.0 Guardfile
pt-flow-0.8.2 Guardfile
pt-flow-0.8.1 Guardfile
pt-flow-0.8.0 Guardfile
pt-flow-0.7.0 Guardfile
pt-flow-0.6.4 Guardfile
pt-flow-0.6.3 Guardfile
pt-flow-0.6.2 Guardfile
pt-flow-0.6.1 Guardfile
pt-flow-0.6.0 Guardfile
pt-flow-0.5.3 Guardfile
pt-flow-0.5.2 Guardfile
pt-flow-0.5.1 Guardfile
pt-flow-0.5.0 Guardfile
pt-flow-0.4.2 Guardfile