Fixed part of the integration test issues.
Files changed where:
pages_ccontroller_test.rb
posts_controller_test.rb
users_controller_test.rb
user.rb
test_helper.rb
I had to make sure in the test_helper that there was a login method so that the integration tests can access the post actions.
Fixed part of the integration test issues. Files changed where: pages_ccontroller_test.rb posts_controller_test.rb users_controller_test.rb user.rb test_helper.rb I had to make sure in the test_helper that there was a login method so that the integration tests can access the post actions.