Sha256: fb9135655766c82c1f341f69ac7e1e77f99c8b850f23ae74da50f8f744a366d3

Contents?: true

Size: 310 Bytes

Versions: 17

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

17 entries across 17 versions & 1 rubygems

Version Path
phony_rails-0.13.0 Guardfile
phony_rails-0.12.13 Guardfile
phony_rails-0.12.11 Guardfile
phony_rails-0.12.10 Guardfile
phony_rails-0.12.9 Guardfile
phony_rails-0.12.8 Guardfile
phony_rails-0.12.7 Guardfile
phony_rails-0.12.6 Guardfile
phony_rails-0.12.5 Guardfile
phony_rails-0.12.4 Guardfile
phony_rails-0.12.3 Guardfile
phony_rails-0.12.2 Guardfile
phony_rails-0.12.1 Guardfile
phony_rails-0.12.0 Guardfile
phony_rails-0.11.0 Guardfile
phony_rails-0.9.0 Guardfile
phony_rails-0.8.2 Guardfile