Sha256: ded53d42337fb86e3c979843b924e65ff05545bad8ac627e462fec3b6481c170

Contents?: true

Size: 237 Bytes

Versions: 105

Compression:

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

Version data entries

105 entries across 105 versions & 17 rubygems

Version Path
rakemkv-0.2.0 Guardfile
semvergen-1.4.3 Guardfile
everlog-0.0.9 Guardfile
everlog-0.0.8 Guardfile
everlog-0.0.7 Guardfile
x-ray-machine-1.0.4 Guardfile
x-ray-machine-1.0.3 Guardfile
x-ray-machine-1.0.2 Guardfile
x-ray-machine-1.0.1 Guardfile
x-ray-machine-1.0.0 Guardfile
pact-provider-proxy-2.0.0 vendor/rack-reverse-proxy/Guardfile
semvergen-1.4.0 Guardfile
semvergen-1.3.0 Guardfile
semvergen-1.2.0 Guardfile
semvergen-1.1.0 Guardfile
pact-provider-proxy-1.2.0 vendor/rack-reverse-proxy/Guardfile
hydra-remote_identifier-0.6.7 Guardfile
archdown-0.4.1 Guardfile
semvergen-1.0.0 Guardfile
rflow-1.0.1 Guardfile