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.4.5 Guardfile
onebox-1.4.4 Guardfile
onebox-1.4.3 Guardfile
onebox-1.4.2 Guardfile
onebox-1.4.1 Guardfile
onebox-1.4.0 Guardfile
onebox-1.3.9 Guardfile
onebox-1.3.8 Guardfile
onebox-1.3.7 Guardfile
onebox-1.3.6 Guardfile
onebox-1.3.5 Guardfile
onebox-1.3.4 Guardfile
onebox-1.3.3 Guardfile
onebox-1.3.2 Guardfile
onebox-1.3.1 Guardfile
onebox-1.3.0 Guardfile
onebox-1.2.9 Guardfile
onebox-1.2.8 Guardfile
onebox-1.2.7 Guardfile