Sha256: 4252c2af4eb3e714097ae0b96ae5995ab93b9c8eb18e5121fa25e6d6c21f6dd5

Contents?: true

Size: 162 Bytes

Versions: 3

Compression:

Stored size: 162 Bytes

Contents

guard "rspec" 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

3 entries across 3 versions & 1 rubygems

Version Path
mongoid-publishable-0.4.0 Guardfile
mongoid-publishable-0.3.2 Guardfile
mongoid-publishable-0.3.1 Guardfile