Hi
I have upgraded to 2.3.2 and changed updated everything inside
myproject :
This is my functional TEST :
require 'test_helper'
class Admin::ProjectsControllerTest < ActiveSupport::TestCase
def test_get_index
get :index
assert_response :success
assert_not_nil assigns(:projects)
end
end
This is my console :
s128:test pietia$ ruby functional/admin/projects_controller_test.rb
Loaded suite functional/admin/projects_controller_test
Started
E
Finished in 0.119872 seconds.
1) Error:
test_get_index(Admin::ProjectsControllerTest):
NoMethodError: undefined method `get' for
#<Admin::ProjectsControllerTest:0x25f0df0>
functional/admin/projects_controller_test.rb:6:in `test_get_index'
1 tests, 0 assertions, 0 failures, 1 errors
Project_controller have index method and it works in browser.
I dont have idea how to solve it, google also don't give me any
answers.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---