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.6.2 Guardfile
onebox-1.6.1 Guardfile
onebox-1.6.0 Guardfile
onebox-1.5.65 Guardfile
onebox-1.5.64 Guardfile
onebox-1.5.63 Guardfile
onebox-1.5.62 Guardfile
onebox-1.5.61 Guardfile
onebox-1.5.60 Guardfile
onebox-1.5.50 Guardfile
onebox-1.5.49 Guardfile
onebox-1.5.48 Guardfile
onebox-1.5.47 Guardfile
onebox-1.5.45 Guardfile
onebox-1.5.44 Guardfile
onebox-1.5.43 Guardfile
onebox-1.5.42 Guardfile
onebox-1.5.41 Guardfile
onebox-1.5.40 Guardfile
onebox-1.5.39 Guardfile