Sha256: ad2b847eb076a31d08111c2e8eebc708e9d944c5d6e74220487d37b82b40f16d

Contents?: true

Size: 320 Bytes

Versions: 25

Compression:

Stored size: 320 Bytes

Contents

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

guard :minitest, all_after_pass: true, include: ["lib"] do
  # with Minitest::Spec
  watch(%r|^spec/(.*)_spec\.rb|)
  watch(%r|^lib/(.*)([^/]+)\.rb|)     { |m| "spec/#{m[1]}#{m[2]}_spec.rb" }
  watch(%r|^spec/spec_helper\.rb|)    { "spec" }
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
hermod-3.3.0 Guardfile
hermod-3.2.0 Guardfile
hermod-3.0.0 Guardfile
hermod-2.7.0 Guardfile
hermod-2.7.0.pre.rc.1 Guardfile
hermod-2.6.2 Guardfile
hermod-2.6.1 Guardfile
hermod-2.5.3 Guardfile
hermod-2.5.2 Guardfile
hermod-2.5.1 Guardfile
hermod-2.5.0 Guardfile
hermod-2.4.1 Guardfile
hermod-2.4.0 Guardfile
hermod-2.2.0 Guardfile
hermod-2.1.0 Guardfile
hermod-1.2.9 Guardfile
hermod-1.2.8 Guardfile
hermod-1.2.7 Guardfile
hermod-1.2.6 Guardfile
hermod-1.2.5 Guardfile