Sha256: bef18ca90093b0679d8e9f396b34538087c09d1559b253e7b11c422b6f7da070
Contents?: true
Size: 329 Bytes
Versions: 4
Compression:
Stored size: 329 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'rspec', :version => 2, :cli => '--colour', :notification => true do watch(%r{^spec/.+_spec\.rb}) watch(%r{^lib/(.+)\.rb}) { |m| "spec/message_router_spec.rb" } watch(/^spec\/spec_helper.rb/) { "spec" } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
message_router-0.1.3 | Guardfile |
message_router-0.1.2 | Guardfile |
message_router-0.1.1 | Guardfile |
message_router-0.0.2 | Guardfile |