Posts by johmjohm • 21 points
2 posts
-
1
votes1
answer68
viewsA: Problem running test controller in Rails 4
I managed to solve the problem, I had forgotten to put the user in the session
-
1
votes1
answer68
viewsQ: Problem running test controller in Rails 4
Good afternoon, I generated a scaffold of a class of mine, User example. While running the tests I came across the following failure: Minitest::Assertion: "User.count" didn't change by 1. Expected:…