Sha256: ffeb6e0c42caf5f642d3904d956308818ad8087b0035e2f8fa72b2a3e94d778f
Contents?: true
Size: 282 Bytes
Versions: 3
Compression:
Stored size: 282 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end guard 'bundler' do watch('Gemfile') end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
traffic_light_pi_server-0.0.3 | Guardfile |
traffic_light_pi_server-0.0.2 | Guardfile |
traffic_light_pi_server-0.0.1 | Guardfile |