You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test "recognizes boolean params" do
@user1.update!(ActionController::Parameters.new({"consumes_cigarettes"=>"false"}).permit(:consumes_cigarettes))
refute @user1.consumes_cigarettes?
end
Failure:
EnummerTest#test_update_with_prefix2 [test/enummer_test.rb:108]:
Expected true to not be truthy.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: