Sha256: d7b172fd8b9a52f364ea95ec7f73ac4c95d2e46fd83a5886de8211102b4f2987

Contents?: true

Size: 372 Bytes

Versions: 12

Compression:

Stored size: 372 Bytes

Contents

guard :minitest, :test_folders => ['test/new_relic'], :all_after_pass => false do
  watch(%r{^lib/(.+)\.rb$})     { |m| "test/#{m[1]}_test.rb" }
  watch(%r{^test/.+_test\.rb$})
  watch(%r{^test/rum/.*})       { "test/new_relic/rack/browser_monitoring_test.rb" }
  watch('test/test_helper.rb')  { "test/new_relic" }
  watch('test/agent_helper.rb') { "test/new_relic" }
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
newrelic_rpm-3.9.4.245 Guardfile
newrelic_rpm-3.9.3.241 Guardfile
newrelic_rpm-3.9.2.239 Guardfile
newrelic_rpm-3.9.1.236 Guardfile
newrelic_rpm-3.9.0.229 Guardfile
newrelic_rpm-3.8.1.221 Guardfile
newrelic_rpm-3.8.0.218 Guardfile
newrelic_rpm-3.7.3.204 Guardfile
newrelic_rpm-3.7.3.199 Guardfile
newrelic_rpm-3.7.2.195 Guardfile
newrelic_rpm-3.7.2.192 Guardfile
newrelic_rpm-3.7.2.190.beta Guardfile