Sha256: c2c27b56a432a63d18b66f10f3673253291e4b17821a2ceced288db0fe527aac
Contents?: true
Size: 337 Bytes
Versions: 7
Compression:
Stored size: 337 Bytes
Contents
guard 'spork' do watch 'config/application.rb' watch 'config/environment.rb' watch %r{^config/environments/.*\.rb$} watch %r{^config/initializers/.*\.rb$} watch 'config/routes.rb' watch 'Gemfile.lock' watch 'spec/factories.rb' watch 'spec/spec_helper.rb' watch %r{^spec/support/.*\.rb$} watch 'config/locales/.*' end
Version data entries
7 entries across 7 versions & 1 rubygems