Sha256: 4ad1128ae58197d45b7ff0bc8cb459e9d43de3f353c45815adaaf40a15b59c3f

Contents?: true

Size: 172 Bytes

Versions: 10

Compression:

Stored size: 172 Bytes

Contents

guard "rspec", :version => 2 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

10 entries across 10 versions & 1 rubygems

Version Path
mixpal-0.5.0 Guardfile
mixpal-0.4.2 Guardfile
mixpal-0.4.1 Guardfile
mixpal-0.4.0 Guardfile
mixpal-0.3.0 Guardfile
mixpal-0.2.1 Guardfile
mixpal-0.2.0 Guardfile
mixpal-0.1.0 Guardfile
mixpal-0.0.5 Guardfile
mixpal-0.0.4 Guardfile