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.1.6 Guardfile
rest_model-0.1.5 Guardfile
rest_model-0.1.4 Guardfile
rest_model-0.1.3 Guardfile
rest_model-0.1.2 Guardfile
rest_model-0.1.1 Guardfile
rest_model-0.1.0 Guardfile
transcriber-0.0.26 Guardfile
transcriber-0.0.25 Guardfile
transcriber-0.0.24 Guardfile
transcriber-0.0.23 Guardfile
transcriber-0.0.22 Guardfile
transcriber-0.0.21 Guardfile
transcriber-0.0.20 Guardfile
transcriber-0.0.19 Guardfile
transcriber-0.0.18 Guardfile
transcriber-0.0.17 Guardfile
transcriber-0.0.16 Guardfile
transcriber-0.0.15 Guardfile
transcriber-0.0.14 Guardfile