Sha256: d1af511f1dbbe0dc2d68bf65cb87bcce6a964c0b147ff2a6934f8fe6b3cbd1b9

Contents?: true

Size: 230 Bytes

Versions: 46

Compression:

Stored size: 230 Bytes

Contents

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

guard 'rspec', cli: '--color' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { "spec" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

46 entries across 46 versions & 2 rubygems

Version Path
psd-3.9.0 Guardfile
psd-3.8.0 Guardfile
psd-3.7.0 Guardfile
psd-3.6.0 Guardfile
bench9000-0.1 vendor/psd.rb/Guardfile
psd-3.5.0 Guardfile
psd-3.4.0 Guardfile
psd-3.3.3 Guardfile
psd-3.3.2 Guardfile
psd-3.3.1 Guardfile
psd-3.2.4 Guardfile
psd-3.2.3 Guardfile
psd-3.2.2 Guardfile
psd-3.2.1 Guardfile
psd-3.2.0 Guardfile
psd-3.1.5 Guardfile
psd-3.1.4 Guardfile
psd-3.1.3 Guardfile
psd-3.1.2 Guardfile
psd-2.1.2 Guardfile