Commit 5940f0c62c036906b6b91f75764513ad9349775d

Authored by Evandro Junior
1 parent 6948f9dc
Exists in master

removing unecessary file

test/functional/account_controller_plugin_test.rb
... ... @@ -1,16 +0,0 @@
1   -# Re-raise errors caught by the controller.
2   -class AccountController; def rescue_action(e) raise e end; end
3   -
4   -class AccountControllerPluginTest < ActionController::TestCase
5   -
6   - def setup
7   - @controller = AccountController.new
8   - @request = ActionController::TestRequest.new
9   - @response = ActionController::TestResponse.new
10   -
11   - @environment = Environment.default
12   - @environment.enabled_plugins = ['RecaptchaPlugin']
13   - @environment.save!
14   - end
15   -
16   -end