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
transcriber-0.0.13 Guardfile
transcriber-0.0.12 Guardfile
transcriber-0.0.11 Guardfile
transcriber-0.0.10 Guardfile
transcriber-0.0.9 Guardfile
transcriber-0.0.8 Guardfile
transcriber-0.0.7 Guardfile
transcriber-0.0.6 Guardfile
transcriber-0.0.5 Guardfile
transcriber-0.0.4 Guardfile
transcriber-0.0.3 Guardfile