File Manager

Path: /proc/self/root/opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/simplecov-html-0.10.1/

Viewing File: Guardfile

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

guard "bundler" do
  watch("Gemfile")
  # Uncomment next line if Gemfile contain `gemspec' command
  # watch(/^.+\.gemspec/)
end

guard "rake", :task => "assets:compile" do
  watch(%r{^assets\/})
end