Sha256: a1398c9a9fab61867578d86e6db895ad6440f47575402263680707930534aeb9
Contents?: true
Size: 257 Bytes
Versions: 3
Compression:
Stored size: 257 Bytes
Contents
guard( "rspec", :cmd => "rspec", :all_after_pass => false, :all_on_start => false, :failed_mode => :keep ) do watch("spec/spec_helper.rb") { "spec" } watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rconomic-0.7.0 | Guardfile |
rconomic-0.6.1 | Guardfile |
rconomic-0.6.0 | Guardfile |