Sha256: 3962e494396607afaad01cfcad584eef303a9ca4aff5e9db4f1715341839491a

Contents?: true

Size: 196 Bytes

Versions: 66

Compression:

Stored size: 196 Bytes

Contents

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

guard :rspec, cmd: 'bundle exec rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch('spec/spec_helper.rb')  { 'spec' }
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
specinfra-2.66.3 Guardfile
specinfra-2.66.2 Guardfile
specinfra-2.66.1 Guardfile
specinfra-2.66.0 Guardfile
specinfra-2.65.0 Guardfile
specinfra-2.64.0 Guardfile
specinfra-2.63.3 Guardfile
specinfra-2.63.2 Guardfile
specinfra-2.63.1 Guardfile
specinfra-2.63.0 Guardfile
specinfra-2.62.0 Guardfile
specinfra-2.61.3 Guardfile
specinfra-2.61.2 Guardfile
specinfra-2.61.1 Guardfile
specinfra-2.61.0 Guardfile
specinfra-2.60.4 Guardfile
specinfra-2.60.3 Guardfile
specinfra-2.60.2 Guardfile
specinfra-2.60.1 Guardfile
specinfra-2.60.0 Guardfile