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.5.38 Guardfile
onebox-1.5.37 Guardfile
onebox-1.5.36 Guardfile
onebox-1.5.35 Guardfile
onebox-1.5.34 Guardfile
onebox-1.5.33 Guardfile
onebox-1.5.32 Guardfile
onebox-1.5.31 Guardfile
onebox-1.5.30 Guardfile
onebox-1.5.29 Guardfile
onebox-1.5.28 Guardfile
onebox-1.5.27 Guardfile
onebox-1.5.26 Guardfile
onebox-1.5.25 Guardfile
onebox-1.5.24 Guardfile
onebox-1.5.23 Guardfile
onebox-1.5.22 Guardfile
onebox-1.5.21 Guardfile
onebox-1.5.20 Guardfile
onebox-1.5.19 Guardfile