Sha256: 87cc7cf49bdffb73169b1b025d7ced5807ecfc8c8209ab96d45353044b60edfa
Contents?: true
Size: 370 Bytes
Versions: 5
Compression:
Stored size: 370 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'rspec', :spec_paths => ["spec/profitbricks"], :exclude => "./spec/live/*" do watch(%r{^spec/profitbricks/.+_spec\.rb$}) watch(%r{^lib/profitbricks/(.+)\.rb$}) { |m| "spec/profitbricks/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } watch('lib/profitbricks.rb') end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
profitbricks-1.1.1 | Guardfile |
profitbricks-1.1.0 | Guardfile |
profitbricks-1.0.3 | Guardfile |
profitbricks-1.0.1 | Guardfile |
profitbricks-1.0.0 | Guardfile |