Sha256: 3dc9f9e6d62d65c80af7ff00e94199ba15999afbfccac322a6a737934428b5b8

Contents?: true

Size: 292 Bytes

Versions: 77

Compression:

Stored size: 292 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
onebox-2.2.19 Guardfile
onebox-2.2.18 Guardfile
onebox-2.2.17 Guardfile
onebox-2.2.16 Guardfile
onebox-2.2.15 Guardfile
onebox-2.2.14 Guardfile
onebox-2.2.13 Guardfile
onebox-2.2.12 Guardfile
onebox-2.2.11 Guardfile
onebox-2.2.10 Guardfile
onebox-2.2.9 Guardfile
onebox-2.2.8 Guardfile
onebox-2.2.6 Guardfile
onebox-2.2.5 Guardfile
onebox-2.2.4 Guardfile
onebox-2.2.2 Guardfile
onebox-2.2.1 Guardfile
onebox-2.2.0 Guardfile
onebox-2.1.9 Guardfile
onebox-2.1.8 Guardfile