Sha256: 83905c5790e0260535549bda91520a1311d321dea50494bd20f4d600473ce25d

Contents?: true

Size: 205 Bytes

Versions: 75

Compression:

Stored size: 205 Bytes

Contents

guard 'rspec', :cli => '--color --format doc' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/shelly/(.+)\.rb$})     { |m| "spec/shelly/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
shelly-0.0.16 Guardfile
shelly-0.0.15 Guardfile
shelly-0.0.14 Guardfile
shelly-0.0.13 Guardfile
shelly-0.0.12 Guardfile
shelly-0.0.11 Guardfile
shelly-0.0.10 Guardfile
shelly-0.0.9 Guardfile
shelly-0.0.8 Guardfile
shelly-0.0.7 Guardfile
shelly-0.0.6 Guardfile
shelly-0.0.5 Guardfile
shelly-0.0.4 Guardfile
shelly-0.0.3 Guardfile
shelly-0.0.2 Guardfile