Sha256: 27d5a13774d5f36b61d760ed7433587746575cf87b9168e6baebd17fa5a85ba7

Contents?: true

Size: 255 Bytes

Versions: 119

Compression:

Stored size: 255 Bytes

Contents

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

119 entries across 119 versions & 1 rubygems

Version Path
onebox-1.8.22 Guardfile
onebox-1.8.21 Guardfile
onebox-1.8.20 Guardfile
onebox-1.8.19 Guardfile
onebox-1.8.18 Guardfile
onebox-1.8.17 Guardfile
onebox-1.8.16 Guardfile
onebox-1.8.15 Guardfile
onebox-1.8.14 Guardfile
onebox-1.8.13 Guardfile
onebox-1.8.12 Guardfile
onebox-1.8.11 Guardfile
onebox-1.8.10 Guardfile
onebox-1.8.9 Guardfile
onebox-1.8.8 Guardfile
onebox-1.8.7 Guardfile
onebox-1.8.6 Guardfile
onebox-1.8.5 Guardfile
onebox-1.8.4 Guardfile
onebox-1.8.3 Guardfile