Sha256: 79afee55ca7505b7a5cbe53696081a540bbde8bc4224245a7f424f185f7afdc3

Contents?: true

Size: 220 Bytes

Versions: 10

Compression:

Stored size: 220 Bytes

Contents

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

guard 'rspec', :version => 2 do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/goliath/(.+)\.rb$})     { |m| "spec/unit/#{m[1]}_spec.rb" }
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
goliath-1.0.7 Guardfile
goliath-1.0.6 Guardfile
goliath-1.0.5 Guardfile
goliath-1.0.4 Guardfile
goliath-1.0.3 Guardfile
goliath-1.0.2 Guardfile
goliath_rack_sprockets-0.1.0 Guardfile
goliath-1.0.1 Guardfile
goliath-1.0.0 Guardfile
goliath-1.0.0.beta.1 Guardfile