Sha256: 5fe76b8c81a762e8b24801e948bd13da7bdfe212b4ddea2b71a172c2c847aab4

Contents?: true

Size: 432 Bytes

Versions: 104

Compression:

Stored size: 432 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$})     { "spec" }
  ## Uncomment & edit below (and comment out above) to watch particular specs.
  # watch(%r{^lib/(.+)\.rb$}) do
  #   [
  #     "spec/to_html/asides_spec.rb",
  #     "spec/to_html/codelistings_spec.rb"
  #   ]
  # end
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
polytexnic-1.6.4 Guardfile
polytexnic-1.6.3 Guardfile
polytexnic-1.6.2 Guardfile
polytexnic-1.6.1 Guardfile
polytexnic-1.6.0 Guardfile
polytexnic-1.5.16 Guardfile
polytexnic-1.5.15 Guardfile
polytexnic-1.5.14 Guardfile
polytexnic-1.5.13 Guardfile
polytexnic-1.5.12 Guardfile
polytexnic-1.5.11 Guardfile
polytexnic-1.5.10 Guardfile
polytexnic-1.5.9 Guardfile
polytexnic-1.5.8 Guardfile
polytexnic-1.5.7 Guardfile
polytexnic-1.5.6 Guardfile
polytexnic-1.5.5 Guardfile
polytexnic-1.5.4 Guardfile
polytexnic-1.5.3 Guardfile
polytexnic-1.5.2 Guardfile