Sha256: 090917af6097d832efd0ee44d4aee01dfac958d0d0f511cfba4176e60a691b51
Contents?: true
Size: 233 Bytes
Versions: 26
Compression:
Stored size: 233 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard :rspec do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
26 entries across 26 versions & 10 rubygems
Version | Path |
---|---|
cubaru-0.0.1 | Guardfile |
rbnacl-2.0.0 | Guardfile |
rbnacl-2.0.0.pre | Guardfile |
k4compiler-0.0.1 | Guardfile |
ramesh-1.0.0 | Guardfile |
ramesh-0.0.1 | Guardfile |