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
Hi, you are getting the NoMethodError because you are using withdraw in the spec and withdrawalin the case method. You will need to change either the spec or the case statement to resolve the issue. This occurs sometimes when you use the autocomplete function in your favorite text editor.
faraznaeem
changed the title
[example issue] NoMethodError in withdraw method
[example issue/template] NoMethodError in withdraw method
Sep 26, 2018
[Issue template]
Problem
Getting an undefined method error when running RSpec
Background
I was refactoring my code and I added a case statement to my withdraw method and now I am getting an undefined method error
Story
Spec
Implementation code
Screenshots
How did you try to solve the problem?
The text was updated successfully, but these errors were encountered: