Sha256: 64d8ac0ea7c11c0f9b519df21e4348d9e1ddfb31affb6c82fe040474c5a933f7
Contents?: true
Size: 237 Bytes
Versions: 5
Compression:
Stored size: 237 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
moip2-1.3.1 | Guardfile |
moip2-1.2.1 | Guardfile |
moip2-1.2.0 | Guardfile |
moip2-1.1.0 | Guardfile |
moip2-1.0.0 | Guardfile |