Sha256: f53f2e16891f12dfe53ec305add00323914f913f4510ba61c6d8a827189d921a
Contents?: true
Size: 205 Bytes
Versions: 3
Compression:
Stored size: 205 Bytes
Contents
# Get Those Automated Test guard 'rspec', :version => 2 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
add_this-0.0.3 | Guardfile |
add_this-0.0.2 | Guardfile |
add_this-0.0.1 | Guardfile |