Sha256: 988caee475f990007bfc5154263396d56e45b5b95f994377624fcd2fa018547a
Contents?: true
Size: 332 Bytes
Versions: 2
Compression:
Stored size: 332 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'rspec', :version => 2, :cli => '-d' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } watch('*.gemspec') { "spec" } watch('Gemfile') { "spec" } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gom-sensor-ports-0.2.4 | Guardfile |
gom-sensor-ports-0.2.3 | Guardfile |