Sha256: 63c6df9110c20cd46ccbd56f2ddbb0d7b28384e26223603b95e5784333cb33cc

Contents?: true

Size: 234 Bytes

Versions: 25

Compression:

Stored size: 234 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/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
miu-0.2.1 Guardfile
brainstem-0.2.1 Guardfile
brainstem-0.2 Guardfile
brainstem-0.0.2 Guardfile
miu-0.2.0 Guardfile