Sha256: e0eb0042610acc4a58e2658c185c449de8615d8bec5b2647c1eccff286370af7

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

#!/usr/bin/env ruby
#^syntax detection

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

guard 'rspec' do
  watch(%r{^spanx\.gemspec}) { "spec"}
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$}) { "spec" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
spanx-0.1.1 Guardfile
spanx-0.1.0 Guardfile
pause-0.0.2 Guardfile
pause-0.0.1 Guardfile