Sha256: be3aaa618d98121cb1356f24c44dc6979f8653574b6b6f06b35d765c229dff8d

Contents?: true

Size: 261 Bytes

Versions: 65

Compression:

Stored size: 261 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

65 entries across 65 versions & 1 rubygems

Version Path
onebox-1.8.69 Guardfile
onebox-1.8.68 Guardfile
onebox-1.8.67 Guardfile
onebox-1.8.66 Guardfile
onebox-1.8.65 Guardfile
onebox-1.8.64 Guardfile
onebox-1.8.63 Guardfile
onebox-1.8.62 Guardfile
onebox-1.8.61 Guardfile
onebox-1.8.60 Guardfile
onebox-1.8.59 Guardfile
onebox-1.8.58 Guardfile
onebox-1.8.57 Guardfile
onebox-1.8.55 Guardfile
onebox-1.8.54 Guardfile
onebox-1.8.53 Guardfile
onebox-1.8.52 Guardfile
onebox-1.8.51 Guardfile
onebox-1.8.50 Guardfile
onebox-1.8.49 Guardfile