Sha256: d8ad943d08df5f081e8ea6aa0b7d8b091d805b8cd06d1a4a9dbe1c17930f754e
Contents?: true
Size: 249 Bytes
Versions: 97
Compression:
Stored size: 249 Bytes
Contents
guard 'rspec', :cli => '--color --format doc' do watch(%r{^spec/.+_spec\.rb$}) watch('lib/shelly/helpers.rb') { "spec" } watch(%r{^lib/shelly/(.+)\.rb$}) { |m| "spec/shelly/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
97 entries across 97 versions & 1 rubygems