Sha256: 8afbb702973604cf52c71568d9f2bef3a7d74710068703bc91787e0f04aecb29

Contents?: true

Size: 254 Bytes

Versions: 65

Compression:

Stored size: 254 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard :rspec, cmd: 'bundle exec 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

65 entries across 65 versions & 1 rubygems

Version Path
ziptz-1.0.24 Guardfile
ziptz-1.0.23 Guardfile
ziptz-1.0.22 Guardfile
ziptz-1.0.21 Guardfile
ziptz-1.0.20 Guardfile