Sha256: 4f8adba4fad66cf37b192df033f3b769eff46cb60772b52cca581c89760fdc2c
Contents?: true
Size: 394 Bytes
Versions: 2
Compression:
Stored size: 394 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard :rspec, cmd: 'bundle exec rspec', :all_on_start => false do watch(%r{^spec/(.+)_spec\.rb$}) watch(%r{^(recipes)/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { 'spec' } end #guard :rspec do # watch(%r{^spec/.+_spec\.rb$}) # watch('spec/spec_helper.rb') { 'spec' } #end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
specinfra-cisco-2.41.0 | Guardfile |
specinfra-cisco-2.40.2 | Guardfile |