Sha256: 3571aa78a329cda11f4c4b9216925ef8e6e773fd66f309415bd7bfee6f2bd919
Contents?: true
Size: 342 Bytes
Versions: 53
Compression:
Stored size: 342 Bytes
Contents
rspec_options = { :version => 1, :all_after_pass => false, :all_on_start => false, } guard 'rspec', rspec_options do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end guard 'bundler' do watch('Gemfile') watch(/^.+\.gemspec/) end
Version data entries
53 entries across 52 versions & 7 rubygems