Sha256: 311bcd97bc918492d18d08fe43a72ffdd7ae7bb1f2c4d533278bb105eca8ce4a
Contents?: true
Size: 653 Bytes
Versions: 5
Compression:
Stored size: 653 Bytes
Contents
notification :off guard 'spork' do watch('Gemfile') watch('spec/spec_helper.rb') { :rspec } watch(%r{^spec/support/.+\.rb$}) { :rspec } end guard 'yard', stdout: '/dev/null', stderr: '/dev/null' do watch(%r{app/.+\.rb}) watch(%r{lib/.+\.rb}) watch(%r{ext/.+\.c}) end guard 'rspec', version: 2, cli: "--color --drb --format Fuubar", all_on_start: false, all_after_pass: false do watch(%r{^spec/unit/.+_spec\.rb$}) watch(%r{^spec/acceptance/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } watch(%r{^spec/support/.+\.rb$}) { "spec" } end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ridley-0.5.2 | Guardfile |
ridley-0.5.1 | Guardfile |
ridley-0.5.0 | Guardfile |
ridley-0.4.1 | Guardfile |
ridley-0.4.0 | Guardfile |