Sha256: aa8f9b8c371e53426c825958f5510e49e63f5b1caf8cb7dd74e566fa0ec0c800

Contents?: true

Size: 299 Bytes

Versions: 13

Compression:

Stored size: 299 Bytes

Contents

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

guard 'rspec', :version => 1 do
  watch(/^spec\/(.*)_spec.rb/)
  watch(/^spec\/spec_helper.rb/)                        { "spec" }
  watch(/^lib\/(.*)\.rb/)                               { |m| "spec/lib/#{m[1]}_spec.rb" }
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
analytical-3.0.8 Guardfile
analytical-3.0.7 Guardfile
analytical-3.0.6 Guardfile
gsiener-analytical-2.10.2 Guardfile
gsiener-analytical-2.10.1 Guardfile
analytical-2.11.0 Guardfile
analytical-2.10.0 Guardfile
gsiener-analytical-2.10.0 Guardfile
analytical-2.9.0 Guardfile
analytical-2.8.0 Guardfile
analytical-2.7.2 Guardfile
analytical-2.7.1 Guardfile
analytical-2.7.0 Guardfile