Sha256: 1ad8c8f8b1989ecf384c1e5f12ba4f11d6a4fe60e6e1980fdb0670d8ea8e1ae8

Contents?: true

Size: 260 Bytes

Versions: 23

Compression:

Stored size: 260 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

23 entries across 23 versions & 2 rubygems

Version Path
PoParser-3.2.4 Guardfile
PoParser-3.2.3 Guardfile
PoParser-3.2.2 Guardfile
PoParser-3.2.1 Guardfile
PoParser-3.2.0 Guardfile
PoParser-3.1.1 Guardfile
PoParser-3.1.0 Guardfile
PoParser-3.0.1 Guardfile
PoParser-3.0.0 Guardfile
PoParser-2.0.1 Guardfile
PoParser-2.0.0 Guardfile
PoParser-1.1.0 Guardfile
PoParser-1.0.3 Guardfile
PoParser-1.0.2 Guardfile
PoParser-1.0.1 Guardfile
dragonfly-activerecord-1.0.0 Guardfile
PoParser-1.0.0 Guardfile
PoParser-0.2.2 Guardfile
PoParser-0.2.1 Guardfile
PoParser-0.2.0 Guardfile