Sha256: 37b2336f4a87c3e8a06cc6200a5a814adf8b7ee89e3929d62e25054f25cdd3c5

Contents?: true

Size: 264 Bytes

Versions: 24

Compression:

Stored size: 264 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

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" }
end

Version data entries

24 entries across 24 versions & 5 rubygems

Version Path
hubspot-api-ruby-0.18.0 Guardfile
hubspot-api-ruby-0.17.1 Guardfile
hubspot-api-ruby-0.17.0 Guardfile
hubspot-api-ruby-0.16.0 Guardfile
hubspot-api-ruby-0.15.0 Guardfile
hubspot-api-ruby-0.14.0 Guardfile
hubspot-api-ruby-0.13.0 Guardfile
hubspot-api-ruby-0.12.0 Guardfile
hubspot-api-ruby-0.11.0 Guardfile
hubspot-api-ruby-0.10.0 Guardfile
hubspot-api-ruby-0.9.0 Guardfile
hubspot-api-ruby-0.8.1 Guardfile
hubspot-ruby-0.9.0 Guardfile
hubspot-api-ruby-0.8.0 Guardfile
hubspot-ruby-0.8.1 Guardfile
hubspot-ruby-0.8.0 Guardfile
hubspot-ruby-0.7.0 Guardfile
hubspot-ruby-0.6.1 Guardfile
hubspot-ruby-0.6.0 Guardfile
hubspot-ruby-0.5.0 Guardfile