Using Rspec, how can I test a method which calls a method from another class in ruby

后端 未结 0 957
南方客
南方客 2021-01-20 01:10

My Transaction class has a method \'balance\' which calls a method \'balance_after\' from my Account class. I would like to make a test where I can check the \'balance_after

相关标签:
回答
  • 消灭零回复
提交回复
热议问题