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

Version Path
shelly-0.4.9 Guardfile
shelly-0.4.8 Guardfile
shelly-0.4.7 Guardfile
shelly-0.4.6 Guardfile
shelly-0.4.5 Guardfile
shelly-0.4.4 Guardfile
shelly-0.4.2 Guardfile
shelly-0.4.1 Guardfile
shelly-0.4.0 Guardfile
shelly-0.4.0.pre Guardfile
shelly-0.3.8 Guardfile
shelly-0.3.7 Guardfile
shelly-0.3.6 Guardfile
shelly-0.3.5 Guardfile
shelly-0.3.5.pre Guardfile
shelly-0.3.4 Guardfile
shelly-0.3.3 Guardfile
shelly-0.3.2 Guardfile
shelly-0.3.1 Guardfile
shelly-0.3.0 Guardfile