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.89 Guardfile
onebox-1.8.88 Guardfile
onebox-1.8.87 Guardfile
onebox-1.8.86 Guardfile
onebox-1.8.85 Guardfile
onebox-1.8.84 Guardfile
onebox-1.8.83 Guardfile
onebox-1.8.82 Guardfile
onebox-1.8.81 Guardfile
onebox-1.8.80 Guardfile
onebox-1.8.79 Guardfile
onebox-1.8.78 Guardfile
onebox-1.8.77 Guardfile
onebox-1.8.76 Guardfile
onebox-1.8.75 Guardfile
onebox-1.8.74 Guardfile
onebox-1.8.73 Guardfile
onebox-1.8.72 Guardfile
onebox-1.8.71 Guardfile
onebox-1.8.70 Guardfile