Sha256: b7084c9121352bf91ce09e41595d0ce5daa401d7259b820fc0e6375036c59bf1

Contents?: true

Size: 217 Bytes

Versions: 51

Compression:

Stored size: 217 Bytes

Contents

guard 'rspec', cli: '--color' do
  watch(%r{spec/spec_helper.rb})     {"spec"}
  watch(%r{^config\/(.*\/)*.*\.rb$}) {"spec"}

  watch(%r{^spec/.+_spec\.rb})
  watch(%r{^lib/(.+)\.rb}) {|m| "spec/#{m[1]}_spec.rb"}
end

Version data entries

51 entries across 51 versions & 2 rubygems

Version Path
rest_model-0.2.1 Guardfile
rest_model-0.2.0 Guardfile
rest_model-0.1.24 Guardfile
rest_model-0.1.23 Guardfile
rest_model-0.1.22 Guardfile
rest_model-0.1.21 Guardfile
rest_model-0.1.20 Guardfile
rest_model-0.1.19 Guardfile
rest_model-0.1.18 Guardfile
rest_model-0.1.17 Guardfile
rest_model-0.1.16 Guardfile
rest_model-0.1.15 Guardfile
rest_model-0.1.14 Guardfile
rest_model-0.1.13 Guardfile
rest_model-0.1.12 Guardfile
rest_model-0.1.11 Guardfile
rest_model-0.1.10 Guardfile
rest_model-0.1.9 Guardfile
rest_model-0.1.8 Guardfile
rest_model-0.1.7 Guardfile