Sha256: 6067f0caf2bbf74e9de274f037524e4ee0c49859cb882790d2523a557d261912

Contents?: true

Size: 237 Bytes

Versions: 6

Compression:

Stored size: 237 Bytes

Contents

# 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

6 entries across 6 versions & 1 rubygems

Version Path
etcdist-0.0.8 Guardfile
etcdist-0.0.7 Guardfile
etcdist-0.0.6 Guardfile
etcdist-0.0.5 Guardfile
etcdist-0.0.4 Guardfile
etcdist-0.0.3 Guardfile