Sha256: 06907467e854032297827344bb6bfc6f8aa4a11796878248b4025958abe951d6

Contents?: true

Size: 266 Bytes

Versions: 5

Compression:

Stored size: 266 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'rspec', :version => 2, :cli => "--color --format documentation" do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)/([^/]+)\.rb$}) { |m| "spec/rspec-apotomo/#{m[2]}_spec.rb"}
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rspec-apotomo-0.9.4 Guardfile
rspec-apotomo-0.9.3 Guardfile
rspec-apotomo-0.9.2 Guardfile
rspec-apotomo-0.9.1 Guardfile
rspec-apotomo-0.9.0 Guardfile