Sha256: af41651dbed59ed8f0b11a47e9cfb554f766e1684cb30a265b415f6afb8eb110

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

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

1 entries across 1 versions & 1 rubygems

Version Path
message_router-0.0.1 Guardfile