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
rflow-1.0.0a2 Guardfile
hydra-remote_identifier-0.6.4 Guardfile
nowtv-0.0.4 Guardfile
nowtv-0.0.3 Guardfile
thegarage-gitx-2.0.5 Guardfile
thegarage-gitx-2.0.4 Guardfile
everlog-0.0.1 Guardfile
thegarage-gitx-2.0.3 Guardfile
thegarage-gitx-2.0.2 Guardfile
thegarage-gitx-2.0.1 Guardfile
thegarage-gitx-2.0.0 Guardfile
thegarage-gitx-2.0.0.pre2 Guardfile
thegarage-gitx-2.0.0.pre1 Guardfile
rflow-1.0.0a1 Guardfile
hydra-remote_identifier-0.6.3 Guardfile
selenium-more-0.0.2 Guardfile
selenium-more-0.0.1 Guardfile
hydra-remote_identifier-0.6.2 Guardfile
hydra-remote_identifier-0.6.1 Guardfile
hydra-remote_identifier-0.6.0 Guardfile