summaryrefslogtreecommitdiff
path: root/vendor/plugins/exception_notification/test/test_helper.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-10-31 18:59:01 +0100
committerhukl <contact@smyck.org>2009-10-31 18:59:01 +0100
commita2671e54c3abfcdc14b95f262d0bb6d016a938ff (patch)
tree36fb152b93ac11fe2c97b91f6fde5b39408eed15 /vendor/plugins/exception_notification/test/test_helper.rb
parent3781bd31ff137e6bc0a3b1d0c5506dfb42878a5c (diff)
added exception notifier plugin to catch all exceptions
Diffstat (limited to 'vendor/plugins/exception_notification/test/test_helper.rb')
-rw-r--r--vendor/plugins/exception_notification/test/test_helper.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/plugins/exception_notification/test/test_helper.rb b/vendor/plugins/exception_notification/test/test_helper.rb
new file mode 100644
index 0000000..bbe6fc5
--- /dev/null
+++ b/vendor/plugins/exception_notification/test/test_helper.rb
@@ -0,0 +1,7 @@
1require 'test/unit'
2require 'rubygems'
3require 'active_support'
4
5$:.unshift File.join(File.dirname(__FILE__), '../lib')
6
7RAILS_ROOT = '.' unless defined?(RAILS_ROOT)