Sha256: c94b4098a6095cfd6ff573c656ff25596d1ba3c53d7865bd3044ad706ce00a5d
Contents?: true
Size: 310 Bytes
Versions: 3
Compression:
Stored size: 310 Bytes
Contents
guard :rspec, :cli => '--format nested --debug --color' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } watch('lib/gom/core.rb') { "spec" } watch('*.gemspec') { "spec" } watch('Gemfile') { "spec" } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gom-core-0.2.8 | Guardfile |
gom-core-0.2.7 | Guardfile |
gom-core-0.2.6 | Guardfile |