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-1.9.6 Guardfile
onebox-1.9.5 Guardfile
onebox-1.9.4 Guardfile
onebox-1.9.3 Guardfile
onebox-1.9.2 Guardfile
onebox-1.9.1 Guardfile
onebox-1.9.0 Guardfile
onebox-1.8.99 Guardfile
onebox-1.8.98 Guardfile
onebox-1.8.97 Guardfile
onebox-1.8.96 Guardfile
onebox-1.8.95 Guardfile
onebox-1.8.94 Guardfile
onebox-1.8.93 Guardfile
onebox-1.8.92 Guardfile
onebox-1.8.91 Guardfile
onebox-1.8.90 Guardfile