Sha256: 090917af6097d832efd0ee44d4aee01dfac958d0d0f511cfba4176e60a691b51

Contents?: true

Size: 233 Bytes

Versions: 26

Compression:

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

Version data entries

26 entries across 26 versions & 10 rubygems

Version Path
net_http_unix-0.2.2 Guardfile
memot-0.1.0 Guardfile
dbf-2.0.9 Guardfile
photomosaic-0.0.1 Guardfile
dbf-2.0.8 Guardfile
net_http_unix-0.2.1 Guardfile
mado-0.1.1 Guardfile
rbnacl-3.1.2 Guardfile
net_http_unix-0.2.0 Guardfile
net_http_unix-0.0.1 Guardfile
ramesh-1.3.0 Guardfile
ramesh-1.2.0 Guardfile
rbnacl-3.1.1 Guardfile
mado-0.1.0 Guardfile
rbnacl-3.1.0 Guardfile
ramesh-1.1.0 Guardfile
rbnacl-3.0.1 Guardfile
md2pukiwiki-0.0.2 Guardfile
md2pukiwiki-0.0.1 Guardfile
rbnacl-3.0.0 Guardfile