Remove function that is in the test help from functional test
This commit is contained in:
parent
72a3947b1b
commit
d84d5c68de
1 changed files with 0 additions and 8 deletions
|
@ -4,14 +4,6 @@ require 'way_controller'
|
|||
class WayControllerTest < ActionController::TestCase
|
||||
api_fixtures
|
||||
|
||||
def basic_authorization(user, pass)
|
||||
@request.env["HTTP_AUTHORIZATION"] = "Basic %s" % Base64.encode64("#{user}:#{pass}")
|
||||
end
|
||||
|
||||
def content(c)
|
||||
@request.env["RAW_POST_DATA"] = c.to_s
|
||||
end
|
||||
|
||||
# -------------------------------------
|
||||
# Test reading ways.
|
||||
# -------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue