Sha256: 79afee55ca7505b7a5cbe53696081a540bbde8bc4224245a7f424f185f7afdc3
Contents?: true
Size: 220 Bytes
Versions: 10
Compression:
Stored size: 220 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/goliath/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" } end
Version data entries
10 entries across 10 versions & 2 rubygems