Sha256: eeede7bc20a27d039f198864470c9df61e2c9fe97515b5dae9ac62e7f75a8514
Contents?: true
Size: 335 Bytes
Versions: 6
Compression:
Stored size: 335 Bytes
Contents
guard :rspec, :cmd => 'bin/rspec', :run_all => {:cmd => 'bin/rspec --profile'}, :all_after_pass => true, :all_on_start => true, :failed_mode => :focus do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { 'spec' } watch('.rspec') { 'spec' } end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
ffmprb-0.9.6 | Guardfile |
ffmprb-0.9.4 | Guardfile |
ffmprb-0.9.3 | Guardfile |
ffmprb-0.9.2 | Guardfile |
ffmprb-0.9.1 | Guardfile |
ffmprb-0.9.0 | Guardfile |