Sha256: 8db33942df28d84d78e53193d21e62856b40c258e2559f6f6736cdbd385fc04b

Contents?: true

Size: 283 Bytes

Versions: 79

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

79 entries across 79 versions & 1 rubygems

Version Path
gitx-4.5.0 Guardfile
gitx-4.4.0 Guardfile
gitx-4.3.0 Guardfile
gitx-4.1.1 Guardfile
gitx-4.1.0 Guardfile
gitx-4.0.0 Guardfile
gitx-4.0.0.ci.234.1 Guardfile
gitx-3.2.0 Guardfile
gitx-3.2.0.ci.231.1 Guardfile
gitx-3.1.2 Guardfile
gitx-3.1.1 Guardfile
gitx-3.1.0.ci.216.1 Guardfile
gitx-3.1.0 Guardfile
gitx-3.0.2.ci.213.1 Guardfile
gitx-3.0.2.ci.207.1 Guardfile
gitx-3.0.2 Guardfile
gitx-3.0.1.ci.200.1 Guardfile
gitx-3.0.1 Guardfile
gitx-3.0.0.ci.188.1 Guardfile
gitx-3.0.0 Guardfile