Sha256: fb74063d9053f58de6fff4e39a820ff291fd83ca7e0b1483db85b115c691cba1

Contents?: true

Size: 231 Bytes

Versions: 6

Compression:

Stored size: 231 Bytes

Contents

guard :rspec, cmd: 'bundle exec rspec' do
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^spec/support})      { 'spec' }
  watch('spec/spec_helper.rb')  { 'spec' }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
schema_expectations-0.5.0 Guardfile
schema_expectations-0.4.0 Guardfile
schema_expectations-0.3.0 Guardfile
schema_expectations-0.2.0 Guardfile
schema_expectations-0.0.1 Guardfile
schema_expectations-0.0.0 Guardfile