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