Sha256: de3255644eb6bc79c3f4c9f830920d873b43291a2a6f6036defa8a92d82adaca
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
guard 'rspec', :rvm => ['1.9.3', 'jruby-head', 'ruby-1.8.7-p358'] do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch(%r{spec/support/.*\.rb}) { "spec" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roadie-2.3.4 | Guardfile |