diff options
| author | hukl <contact@smyck.org> | 2009-10-31 18:59:01 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-31 18:59:01 +0100 |
| commit | a2671e54c3abfcdc14b95f262d0bb6d016a938ff (patch) | |
| tree | 36fb152b93ac11fe2c97b91f6fde5b39408eed15 /vendor/plugins/exception_notification/test/test_helper.rb | |
| parent | 3781bd31ff137e6bc0a3b1d0c5506dfb42878a5c (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.rb | 7 |
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 @@ | |||
| 1 | require 'test/unit' | ||
| 2 | require 'rubygems' | ||
| 3 | require 'active_support' | ||
| 4 | |||
| 5 | $:.unshift File.join(File.dirname(__FILE__), '../lib') | ||
| 6 | |||
| 7 | RAILS_ROOT = '.' unless defined?(RAILS_ROOT) | ||
