Sha256: 5b88f240bc60e670c66709e4953bee296ad38e707383445a245b3eb970aa25b8
Contents?: true
Size: 310 Bytes
Versions: 5
Compression:
Stored size: 310 Bytes
Contents
# More info at https://github.com/guard/guard#readme guard 'bundler' do watch('Gemfile') watch(/^.+\.gemspec/) end guard 'rspec', cmd: 'bundle exec 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 |
---|---|
phony_rails-0.14.3 | Guardfile |
phony_rails-0.14.2 | Guardfile |
phony_rails-0.14.1 | Guardfile |
phony_rails-0.14.0 | Guardfile |
phony_rails-0.13.1 | Guardfile |