Sha256: 9b8e9130d20eb8a1e52a5e1bab5d17601c91a4b6b7cd3b0dd4c5e66b40bc4b5a

Contents?: true

Size: 283 Bytes

Versions: 29

Compression:

Stored size: 283 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard :rspec, cmd: 'bundle exec rspec', failed_mode: :keep 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

29 entries across 29 versions & 1 rubygems

Version Path
thegarage-gitx-2.14.0 Guardfile
thegarage-gitx-2.13.1 Guardfile
thegarage-gitx-2.13.0 Guardfile
thegarage-gitx-2.12.0 Guardfile
thegarage-gitx-2.11.0 Guardfile
thegarage-gitx-2.10.2 Guardfile
thegarage-gitx-2.10.1 Guardfile
thegarage-gitx-2.10.0 Guardfile
thegarage-gitx-2.9.0 Guardfile
thegarage-gitx-2.8.1 Guardfile
thegarage-gitx-2.8.0 Guardfile
thegarage-gitx-2.7.2 Guardfile
thegarage-gitx-2.7.1 Guardfile
thegarage-gitx-2.7.0 Guardfile
thegarage-gitx-2.6.0 Guardfile
thegarage-gitx-2.5.1 Guardfile
thegarage-gitx-2.5.0 Guardfile
thegarage-gitx-2.5.0.beta5 Guardfile
thegarage-gitx-2.5.0.beta4 Guardfile
thegarage-gitx-2.5.0.beta3 Guardfile