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.76.2 Guardfile
specinfra-2.76.1 Guardfile
specinfra-2.76.0 Guardfile
specinfra-2.75.1 Guardfile
specinfra-2.75.0 Guardfile
specinfra-2.74.0 Guardfile
specinfra-2.73.4 Guardfile
specinfra-2.73.3 Guardfile
specinfra-2.73.2 Guardfile
specinfra-2.73.1 Guardfile
specinfra-2.73.0 Guardfile
specinfra-2.72.1 Guardfile
specinfra-2.72.0 Guardfile
specinfra-2.71.3 Guardfile
specinfra-2.71.2 Guardfile
specinfra-2.71.1 Guardfile
specinfra-2.71.0 Guardfile
specinfra-2.70.2 Guardfile
specinfra-2.70.1 Guardfile
specinfra-2.70.0 Guardfile