Sha256: 20e42ff53df1cba061aec7c1f14b0f0feaf0ed9363f102865ac0d2bc3c1a0e6a

Contents?: true

Size: 254 Bytes

Versions: 160

Compression:

Stored size: 254 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/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

160 entries across 160 versions & 38 rubygems

Version Path
webidl-0.2.2 Guardfile
webidl-0.2.1 Guardfile
webidl-0.1.10 Guardfile
webidl-0.2.0 Guardfile
introspect-0.1.0 Guardfile
webidl-0.1.9 Guardfile
rivendell-api-0.9 Guardfile
webidl-0.1.8 Guardfile
rivendell-api-0.8 Guardfile
rivendell-api-0.7 Guardfile
touchpass-0.1.7 Guardfile
touchpass-0.1.6 Guardfile
nanoc-toolbox-0.2.1 Guardfile
albacore-1.0.0 Guardfile
webidl-0.1.7 Guardfile
sequel-replica-failover-2.0.0 Guardfile
sequel-replica-failover-1.0.1 Guardfile
sequel-replica-failover-1.0.0 Guardfile
nanoc-toolbox-0.2.0 Guardfile
webidl-0.1.6 Guardfile