Sha256: 95248343a6572d59c738e58295960ae35bdf9050058fea1620f675421d7927ef
Contents?: true
Size: 346 Bytes
Versions: 8
Compression:
Stored size: 346 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' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { "spec" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
8 entries across 8 versions & 1 rubygems