Sha256: f70160a6872633bfc0b0d9fb608d10602a81de058008f85d6173c1a85bb14839

Contents?: true

Size: 233 Bytes

Versions: 8

Compression:

Stored size: 233 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rbnacl-5.0.0 Guardfile
rbnacl-4.0.2 Guardfile
rbnacl-4.0.1 Guardfile
rbnacl-4.0.0 Guardfile
rbnacl-4.0.0.pre Guardfile
rbnacl-3.4.0 Guardfile
rbnacl-3.3.0 Guardfile
rbnacl-3.2.0 Guardfile