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.1.7 Guardfile
onebox-2.1.6 Guardfile
onebox-2.1.5 Guardfile
onebox-2.1.4 Guardfile
onebox-2.1.3 Guardfile
onebox-2.1.2 Guardfile
onebox-2.1.1 Guardfile
onebox-2.1.0 Guardfile
onebox-2.0.2 Guardfile
onebox-2.0.1 Guardfile
onebox-2.0.0 Guardfile
onebox-1.9.30 Guardfile
onebox-1.9.29 Guardfile
onebox-1.9.28.4 Guardfile
onebox-1.9.28.3 Guardfile
onebox-1.9.28.2 Guardfile
onebox-1.9.28.1 Guardfile
onebox-1.9.28 Guardfile
onebox-1.9.27.2 Guardfile
onebox-1.9.27.1 Guardfile