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.2 Guardfile
onebox-1.8.1 Guardfile
onebox-1.8.0 Guardfile
onebox-1.7.9 Guardfile
onebox-1.7.8 Guardfile
onebox-1.7.7 Guardfile
onebox-1.7.6 Guardfile
onebox-1.7.5 Guardfile
onebox-1.7.4 Guardfile
onebox-1.7.3 Guardfile
onebox-1.7.2 Guardfile
onebox-1.7.1 Guardfile
onebox-1.7.0 Guardfile
onebox-1.6.9 Guardfile
onebox-1.6.8 Guardfile
onebox-1.6.7 Guardfile
onebox-1.6.6 Guardfile
onebox-1.6.5 Guardfile
onebox-1.6.4 Guardfile
onebox-1.6.3 Guardfile