Sha256: 5af63f387c20f175fd925dcace85180a76712d0b79dc76b6e29f886b866eec28

Contents?: true

Size: 225 Bytes

Versions: 10

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
lazy_lazer-0.8.0 Guardfile
lazy_lazer-0.7.2 Guardfile
lazy_lazer-0.7.1 Guardfile
lazy_lazer-0.7.0 Guardfile
lazy_lazer-0.6.0 Guardfile
lazy_lazer-0.5.4 Guardfile
lazy_lazer-0.5.3 Guardfile
lazy_lazer-0.5.2 Guardfile
lazy_lazer-0.5.1 Guardfile
lazy_lazer-0.5.0 Guardfile