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
archdown-0.4 Guardfile
archdown-0.3 Guardfile
everlog-0.0.6 Guardfile
thegarage-gitx-2.2.2 Guardfile
thegarage-gitx-2.2.1 Guardfile
thegarage-gitx-2.2.0 Guardfile
thegarage-gitx-2.1.1 Guardfile
thegarage-gitx-2.1.0 Guardfile
rflow-1.0.0 Guardfile
rflow-1.0.0a6 Guardfile
rflow-1.0.0a5 Guardfile
hydra-remote_identifier-0.6.6 Guardfile
hydra-remote_identifier-0.6.5 Guardfile
rflow-1.0.0a4 Guardfile
rflow-1.0.0a3 Guardfile
everlog-0.0.5 Guardfile
everlog-0.0.4 Guardfile
inaho-0.0.1 Guardfile
everlog-0.0.3 Guardfile
everlog-0.0.2 Guardfile