Sha256: a84e4e26722f24c00895780ba819a6613d030131f2cb55132f44fa96f6d22c2a
Contents?: true
Size: 256 Bytes
Versions: 8
Compression:
Stored size: 256 Bytes
Contents
guard 'rspec', :version => 2 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('omniauth-constantcontact2.gemspec') end
Version data entries
8 entries across 8 versions & 2 rubygems