Sha256: 62116aa4bf8e808457fb161b45720c15a90996a82764202067b01fc9bd8e3a44
Contents?: true
Size: 261 Bytes
Versions: 3
Compression:
Stored size: 261 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/color_conversion/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
color_conversion-0.1.2 | Guardfile |
color_conversion-0.1.1 | Guardfile |
color_conversion-0.1.0 | Guardfile |