Sha256: c6024b7c56167d335aa7b7f5687bc8a94b5949a558be2373a5879037f50225b5

Contents?: true

Size: 202 Bytes

Versions: 17

Compression:

Stored size: 202 Bytes

Contents

guard 'rspec', :version => 2, :notification => false 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

17 entries across 17 versions & 1 rubygems

Version Path
draper-0.8.1 Guardfile
draper-0.8.0 Guardfile
draper-0.7.4 Guardfile
draper-0.7.3 Guardfile
draper-0.7.2 Guardfile
draper-0.7.1 Guardfile
draper-0.7.0 Guardfile
draper-0.5.0 Guardfile
draper-0.4.2 Guardfile
draper-0.4.1.1 Guardfile
draper-0.4.1 Guardfile
draper-0.4.0 Guardfile
draper-0.3.5 Guardfile
draper-0.3.4 Guardfile
draper-0.3.3 Guardfile
draper-0.3.2 Guardfile
draper-0.3.1 Guardfile