Sha256: ca99f7db39e0ccb06c39ac1a6c4430a24baf556983ec31991d0ce3050903b5b2

Contents?: true

Size: 264 Bytes

Versions: 6

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true

# 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

6 entries across 6 versions & 1 rubygems

Version Path
rbnacl-7.1.2 Guardfile
rbnacl-7.1.1 Guardfile
rbnacl-7.1.0 Guardfile
rbnacl-7.0.0 Guardfile
rbnacl-6.0.1 Guardfile
rbnacl-6.0.0 Guardfile