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.48 Guardfile
onebox-1.8.47 Guardfile
onebox-1.8.46 Guardfile
onebox-1.8.45 Guardfile
onebox-1.8.44 Guardfile
onebox-1.8.43 Guardfile
onebox-1.8.42 Guardfile
onebox-1.8.41 Guardfile
onebox-1.8.40 Guardfile
onebox-1.8.39 Guardfile
onebox-1.8.38 Guardfile
onebox-1.8.36 Guardfile
onebox-1.8.35 Guardfile
onebox-1.8.34 Guardfile
onebox-1.8.33 Guardfile
onebox-1.8.32 Guardfile
onebox-1.8.31 Guardfile
onebox-1.8.30 Guardfile
onebox-1.8.29 Guardfile
onebox-1.8.28 Guardfile