Commit 56a336a5d35e3f1e9d9f51ce0f13768ec9f7c828
1 parent
1d6695da
Exists in
master
removing unecessary file
Showing
1 changed file
with
0 additions
and
18 deletions
Show diff stats
test/functional/account_controller_plugin_test.rb
@@ -1,18 +0,0 @@ | @@ -1,18 +0,0 @@ | ||
1 | -require File.dirname(__FILE__) + '/../../../../test/test_helper' | ||
2 | - | ||
3 | -# Re-raise errors caught by the controller. | ||
4 | -class AccountController; def rescue_action(e) raise e end; end | ||
5 | - | ||
6 | -class AccountControllerPluginTest < ActionController::TestCase | ||
7 | - | ||
8 | - def setup | ||
9 | - @controller = AccountController.new | ||
10 | - @request = ActionController::TestRequest.new | ||
11 | - @response = ActionController::TestResponse.new | ||
12 | - | ||
13 | - @environment = Environment.default | ||
14 | - @environment.enabled_plugins = ['SerproCaptchaPlugin'] | ||
15 | - @environment.save! | ||
16 | - end | ||
17 | - | ||
18 | -end |