Sha256: edae1c0d3374e286aacd0714523543e191cbdaabc7de627436f0b61ada7690cb
Contents?: true
Size: 357 Bytes
Versions: 26
Compression:
Stored size: 357 Bytes
Contents
guard 'rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { "spec/ufo_spec.rb" } watch(%r{^lib/ufo/(.+)\.rb$}) { "spec/ufo_spec.rb" } watch('spec/spec_helper.rb') { "spec/ufo_spec.rb" } watch(%r{^lib/ufo/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } end guard 'bundler' do watch('Gemfile') watch(/^.+\.gemspec/) end
Version data entries
26 entries across 26 versions & 1 rubygems