Sha256: 273d5897a8914d9ce4cded8d23620577eacf6353e3a0e8e8fe39dab017ad4b5e

Contents?: true

Size: 255 Bytes

Versions: 12

Compression:

Stored size: 255 Bytes

Contents

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

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

12 entries across 12 versions & 4 rubygems

Version Path
mandrill-rails-0.0.4 Guardfile
mandrill-rails-0.0.3 Guardfile
mandrill-rails-0.0.2 Guardfile
mandrill-rails-0.0.1 Guardfile
mongohq-client-0.0.4 Guardfile
mongohq-client-0.0.3 Guardfile
mongohq-client-0.0.2 Guardfile
facebook_events-0.0.3 Guardfile
facebook_events-0.0.2 Guardfile
facebook_events-0.0.1 Guardfile
gsm_tools-0.0.2 Guardfile
gsm_tools-0.0.1 Guardfile