Commit 46188dbf3958193ecb87005023884d8dcdbf181b
1 parent
3e7ba35e
Exists in
master
and in
28 other branches
ActionItem117: still renaming
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@915 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
18 additions
and
18 deletions
Show diff stats
test/functional/system_controller.rb
| ... | ... | @@ -1,18 +0,0 @@ |
| 1 | -require File.dirname(__FILE__) + '/../test_helper' | |
| 2 | -require 'system_controller' | |
| 3 | - | |
| 4 | -# Re-raise errors caught by the controller. | |
| 5 | -class SystemController; def rescue_action(e) raise e end; end | |
| 6 | - | |
| 7 | -class SystemControllerTest < Test::Unit::TestCase | |
| 8 | - def setup | |
| 9 | - @controller = SystemController.new | |
| 10 | - @request = ActionController::TestRequest.new | |
| 11 | - @response = ActionController::TestResponse.new | |
| 12 | - end | |
| 13 | - | |
| 14 | - # Replace this with your real tests. | |
| 15 | - def test_truth | |
| 16 | - assert true | |
| 17 | - end | |
| 18 | -end |
| ... | ... | @@ -0,0 +1,18 @@ |
| 1 | +require File.dirname(__FILE__) + '/../test_helper' | |
| 2 | +require 'system_controller' | |
| 3 | + | |
| 4 | +# Re-raise errors caught by the controller. | |
| 5 | +class SystemController; def rescue_action(e) raise e end; end | |
| 6 | + | |
| 7 | +class SystemControllerTest < Test::Unit::TestCase | |
| 8 | + def setup | |
| 9 | + @controller = SystemController.new | |
| 10 | + @request = ActionController::TestRequest.new | |
| 11 | + @response = ActionController::TestResponse.new | |
| 12 | + end | |
| 13 | + | |
| 14 | + # Replace this with your real tests. | |
| 15 | + def test_truth | |
| 16 | + assert true | |
| 17 | + end | |
| 18 | +end | ... | ... |