Sha256: a6d56d94d62b5a8296c34689f35ca82525b30f9d0d37335de61a07433022066f
Contents?: true
Size: 245 Bytes
Versions: 2
Compression:
Stored size: 245 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'rspec', :cli => "--color --format nested --fail-fast" do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { "spec" } watch('spec/spec_helper.rb') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
todo_next-0.0.2 | Guardfile |
todo_next-0.0.1 | Guardfile |