Initial Commit:

This commit is contained in:
2012-02-17 12:20:45 -05:00
commit ba1ab6a450
9 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
require File.dirname(__FILE__) + '/../test_helper'
class ExceptionhandlerControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end

5
test/test_helper.rb Normal file
View File

@@ -0,0 +1,5 @@
# Load the normal Rails helper
require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
# Ensure that we are using the temporary fixture path
Engines::Testing.set_fixture_path