Sha256: 1536915c2ed2be7357dc05e6a73ec1e9252384dacdf0bd48de3cd66fd3097412
Contents?: true
Size: 324 Bytes
Versions: 11
Compression:
Stored size: 324 Bytes
Contents
guard :bundler do watch('Gemfile') # Uncomment next line if your Gemfile contains the `gemspec' command. # watch(/^.+\.gemspec/) end guard :rspec, 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
Version data entries
11 entries across 11 versions & 1 rubygems