Sha256: 02394ff209b9cf4bf128fe73b337ecd74eaae4d58372442b5931eff030f1524c
Contents?: true
Size: 264 Bytes
Versions: 4
Compression:
Stored size: 264 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/command_model/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
command_model-1.3.0 | Guardfile |
command_model-1.2.0 | Guardfile |
command_model-1.1.0 | Guardfile |
command_model-1.0.0 | Guardfile |