Sha256: 631971b81df1cab3a30ab4d9e3acc6838fc1444df7ede5919b889f0e57d9516e
Contents?: true
Size: 305 Bytes
Versions: 5
Compression:
Stored size: 305 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/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } watch(%r{^spec/support/(.+)\.rb$}) { "spec" } end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
zebra-epl-0.0.7 | Guardfile |
zebra-epl-0.0.6 | Guardfile |
zebra-epl-0.0.5 | Guardfile |
zebra-epl-0.0.2 | Guardfile |
zebra-epl-0.0.1 | Guardfile |