Sha256: 5c2a331f2e6f013f066226f6f634d408e5ffa346091b7555c5474e1798faaed2

Contents?: true

Size: 239 Bytes

Versions: 169

Compression:

Stored size: 239 Bytes

Contents

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

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

169 entries across 169 versions & 25 rubygems

Version Path
guard-kitchen-0.1.0 Guardfile
obfuscate-0.1.1 Guardfile
obfuscate-0.1.0 Guardfile
farsifu-0.5.1 Guardfile
sinatra-scaffolder-0.0.3 Guardfile
tinyfive-0.0.1 Guardfile
ec2ssh-2.0.8 Guardfile
volt-0.7.23 Guardfile
volt-0.7.22 Guardfile
volt-0.7.21 Guardfile
volt-0.7.20 Guardfile
volt-0.7.19 Guardfile
volt-0.7.18 Guardfile
volt-0.7.17 Guardfile
volt-0.7.16 Guardfile
volt-0.7.15 Guardfile
volt-0.7.14 Guardfile
volt-0.7.13 Guardfile
volt-0.7.12 Guardfile
volt-0.7.10 Guardfile