Sha256: 0b2d41e0eb9828504ce2b48a4d498aa3f716c8bc93ad2cf2925b4c84d25d1c14

Contents?: true

Size: 252 Bytes

Versions: 12

Compression:

Stored size: 252 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme
guard 'rspec', :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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bootstrap_forms-3.0.1 Guardfile
bootstrap_forms-3.0.0 Guardfile
bootstrap_forms-3.0.0.rc1 Guardfile
bootstrap_forms-2.1.1 Guardfile
bootstrap_forms-2.0.8 Guardfile
bootstrap_forms-2.0.6 Guardfile
bootstrap_forms-2.0.5 Guardfile
bootstrap_forms-2.0.4 Guardfile
bootstrap_forms-2.0.3 Guardfile
bootstrap_forms-2.0.2 Guardfile
bootstrap_forms-2.0.1 Guardfile
bootstrap_forms-2.0.0 Guardfile