diff options
| author | hukl <contact@smyck.org> | 2009-02-19 22:40:27 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-19 22:40:27 +0100 |
| commit | 111829573d1c048d4c4c4e4d98b114eba9c28196 (patch) | |
| tree | 6f9d40764b0fd5a0587827f373db167be13f9ac2 /test | |
| parent | 632b3a03d732ae735b2efd1999e14c649bf35b77 (diff) | |
adding the admin controller and his friends
Diffstat (limited to 'test')
| -rw-r--r-- | test/functional/admin_controller_test.rb | 8 | ||||
| -rw-r--r-- | test/unit/helpers/admin_helper_test.rb | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/test/functional/admin_controller_test.rb b/test/functional/admin_controller_test.rb new file mode 100644 index 0000000..9bbf29b --- /dev/null +++ b/test/functional/admin_controller_test.rb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class AdminControllerTest < ActionController::TestCase | ||
| 4 | # Replace this with your real tests. | ||
| 5 | test "the truth" do | ||
| 6 | assert true | ||
| 7 | end | ||
| 8 | end | ||
diff --git a/test/unit/helpers/admin_helper_test.rb b/test/unit/helpers/admin_helper_test.rb new file mode 100644 index 0000000..23d9f40 --- /dev/null +++ b/test/unit/helpers/admin_helper_test.rb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class AdminHelperTest < ActionView::TestCase | ||
| 4 | end | ||
