Sha256: 7a08cc99f8e3b387642c66d1995d099edad801673395d98a86af400ca56df4ac

Contents?: true

Size: 242 Bytes

Versions: 2

Compression:

Stored size: 242 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubyneat-0.3.5.alpha.3 Guardfile
rubyneat-0.3.5.alpha.2 Guardfile