Sha256: 6b782119f1bec4ee63b565d25f8fdd391aba0d1643a6ad6a2a173b8b542be1bc

Contents?: true

Size: 326 Bytes

Versions: 8

Compression:

Stored size: 326 Bytes

Contents

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

guard 'bundler' do
  watch('Gemfile')
  watch(/^.+\.gemspec/)
end

guard :rspec, all_after_pass: true, all_on_start: true 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

8 entries across 8 versions & 2 rubygems

Version Path
arstotzka-1.0.1 Guardfile
arstotzka-1.0.0 Guardfile
json_parser-1.3.1 Guardfile
json_parser-1.3.0 Guardfile
json_parser-1.2.0 Guardfile
json_parser-1.1.0 Guardfile
json_parser-1.0.0 Guardfile
json_parser-0.1.0 Guardfile