Sha256: 789c4d527a2a1bd5fa76d7377fbbf87d8018feff9d244e0caee60b8acc5536a7

Contents?: true

Size: 310 Bytes

Versions: 21

Compression:

Stored size: 310 Bytes

Contents

guard :rspec, all_on_start: true, cmd: 'bundle exec rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { 'spec' }
end

guard :rubocop do
  watch(/.+\.rb$/)
  watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
grape-1.2.4 Guardfile
grape-1.2.3 Guardfile
grape-1.2.2 Guardfile
grape-1.2.1 Guardfile
grape-1.2.0 Guardfile
grape-1.1.0 Guardfile
grape-1.0.3 Guardfile
grape-1.0.2 Guardfile
grape-1.0.1 Guardfile
grape-1.0.0 Guardfile
grape-0.19.2 Guardfile
grape-0.19.1 Guardfile
grape-0.19.0 Guardfile
grape-0.18.0 Guardfile
grape-0.17.0 Guardfile
grape-0.16.2 Guardfile
grape-0.16.1 Guardfile
grape-0.15.0 Guardfile
grape-0.14.0 Guardfile
grape-0.13.0 Guardfile