Sha256: e7d70f0db4765ccb91e574a5a620ee8724b6071a0b5553778e5195808410200b
Contents?: true
Size: 367 Bytes
Versions: 38
Compression:
Stored size: 367 Bytes
Contents
guard :bundler do watch('Gemfile') # Uncomment next line if your Gemfile contains the `gemspec' command. watch(/^.+\.gemspec/) end guard 'rspec', all_on_start: true, all_after_pass: true, cmd: 'bundle exec rspec', failed_mode: :focus do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { "spec" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
38 entries across 38 versions & 1 rubygems