Sha256: d563106e8706fbdcf88718cbc16b26669ef852efb64e739c41efb2488f02c5e6

Contents?: true

Size: 366 Bytes

Versions: 8

Compression:

Stored size: 366 Bytes

Contents

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})      { "spec/sonic_spec.rb" }
  watch(%r{^lib/sonic/(.+)\.rb$})  { "spec/sonic_spec.rb" }
  watch('spec/spec_helper.rb')   { "spec/sonic_spec.rb" }
  watch(%r{^lib/sonic/(.+)\.rb$})   { |m| "spec/lib/#{m[1]}_spec.rb" }
end

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sonic-screwdriver-1.4.0 Guardfile
sonic-screwdriver-1.3.2 Guardfile
sonic-screwdriver-1.3.0 Guardfile
sonic-screwdriver-1.2.0 Guardfile
sonic-screwdriver-1.1.1 Guardfile
sonic-screwdriver-1.1.0 Guardfile
sonic-screwdriver-1.0.0 Guardfile
sonic-screwdriver-0.0.1 Guardfile