Sha256: f10d3b42e11a3b4d6d2ae3c5ab11f0f6f4514b8e93e0a32cab78c5a5bb74a24b

Contents?: true

Size: 247 Bytes

Versions: 14

Compression:

Stored size: 247 Bytes

Contents

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hybag-0.2.0 Guardfile
hybag-0.1.1 Guardfile
hybag-0.1.0 Guardfile
hybag-0.0.11 Guardfile
hybag-0.0.10 Guardfile
hybag-0.0.9 Guardfile
hybag-0.0.8 Guardfile
hybag-0.0.7 Guardfile
hybag-0.0.6 Guardfile
hybag-0.0.5 Guardfile
hybag-0.0.4 Guardfile
hybag-0.0.3 Guardfile
hybag-0.0.2 Guardfile
hybag-0.0.1 Guardfile