summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/engines/test/app/things/thing.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/engines/test/app/things/thing.rb')
-rw-r--r--vendor/plugins/engines/test/app/things/thing.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/plugins/engines/test/app/things/thing.rb b/vendor/plugins/engines/test/app/things/thing.rb
new file mode 100644
index 000000000..ae6fbbf30
--- /dev/null
+++ b/vendor/plugins/engines/test/app/things/thing.rb
@@ -0,0 +1,3 @@
+class Thing
+ def self.from_app; TestHelper::report_location(__FILE__); end
+end \ No newline at end of file