Sha256: 2aab7558cbf89b814505b87791c25981c3a9b1021a325d31841c2d2fc008a225

Contents?: true

Size: 170 Bytes

Versions: 230

Compression:

Stored size: 170 Bytes

Contents

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

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

Version data entries

230 entries across 230 versions & 2 rubygems

Version Path
specinfra-rb19-2.44.7 Guardfile
specinfra-2.59.0 Guardfile
specinfra-2.58.0 Guardfile
specinfra-2.57.5 Guardfile
specinfra-2.57.4 Guardfile
specinfra-2.57.3 Guardfile
specinfra-2.57.2 Guardfile
specinfra-2.57.1 Guardfile
specinfra-2.57.0 Guardfile
specinfra-2.56.1 Guardfile
specinfra-2.56.0 Guardfile
specinfra-2.55.0 Guardfile
specinfra-2.54.2 Guardfile
specinfra-2.54.1 Guardfile
specinfra-2.54.0 Guardfile
specinfra-2.53.1 Guardfile
specinfra-2.53.0 Guardfile
specinfra-2.52.0 Guardfile
specinfra-2.51.2 Guardfile
specinfra-2.51.1 Guardfile