Sha256: 426703d5aa755078b50cd88e443f9f9381453eb69abe7d38050cefcf5187c8c0
Contents?: true
Size: 249 Bytes
Versions: 6
Compression:
Stored size: 249 Bytes
Contents
guard 'rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch(%r{^app/controllers/(.+)\.rb$}) { |m| "spec/controllers/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
secure_headers-1.3.4 | Guardfile |
secure_headers-1.3.3 | Guardfile |
secure_headers-1.3.2 | Guardfile |
secure_headers-1.3.1 | Guardfile |
secure_headers-1.3.0 | Guardfile |
secure_headers-1.2.0 | Guardfile |