about summary refs log tree commit homepage
path: root/test/test_aggregate_pmq.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_aggregate_pmq.rb')
-rw-r--r--test/test_aggregate_pmq.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_aggregate_pmq.rb b/test/test_aggregate_pmq.rb
index 7748b4f..692b9bd 100644
--- a/test/test_aggregate_pmq.rb
+++ b/test/test_aggregate_pmq.rb
@@ -3,7 +3,7 @@ require "raindrops"
 pmq = begin
   Raindrops::Aggregate::PMQ
 rescue LoadError => e
-  warn "W: #{e} skipping test"
+  warn "W: #{e} skipping #{__FILE__}"
   false
 end
 if RUBY_VERSION.to_f < 1.9