Sha256: 1bf7713c69ce56cd8edaf2059e8eafd08b739ed122cff15c9fb36606e7f3c482

Contents?: true

Size: 153 Bytes

Versions: 8

Compression:

Stored size: 153 Bytes

Contents

guard :rspec do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/helper.rb')  { "spec" }
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
voog_api-0.0.16 Guardfile
voog_api-0.0.15 Guardfile
voog_api-0.0.14 Guardfile
voog_api-0.0.13 Guardfile
voog_api-0.0.12 Guardfile
voog_api-0.0.11 Guardfile
voog_api-0.0.10 Guardfile
voog_api-0.0.7 Guardfile