Sha256: 7cf4fe305ffc7b954299a5fa8455758f9cdac0dc4d9a1c2dd7512eb38af94f57

Contents?: true

Size: 281 Bytes

Versions: 19

Compression:

Stored size: 281 Bytes

Contents

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

guard 'rspec', :version => 2, :cli => '--colour --debugger' 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

19 entries across 19 versions & 1 rubygems

Version Path
polleverywhere-0.0.21 Guardfile
polleverywhere-0.0.20 Guardfile
polleverywhere-0.0.19 Guardfile
polleverywhere-0.0.18 Guardfile
polleverywhere-0.0.17 Guardfile
polleverywhere-0.0.16 Guardfile
polleverywhere-0.0.15 Guardfile
polleverywhere-0.0.14 Guardfile
polleverywhere-0.0.13 Guardfile
polleverywhere-0.0.12 Guardfile
polleverywhere-0.0.11 Guardfile
polleverywhere-0.0.10 Guardfile
polleverywhere-0.0.9 Guardfile
polleverywhere-0.0.8 Guardfile
polleverywhere-0.0.7 Guardfile
polleverywhere-0.0.6 Guardfile
polleverywhere-0.0.5 Guardfile
polleverywhere-0.0.4 Guardfile
polleverywhere-0.0.2 Guardfile