List Question
20 TechQA 2024-02-24T07:00:17.760000Mocking an API call that should return a delayed response?
58 views
Asked by xwan
Why am I unable to redefine an included class method after undefining it with undef in ruby?
153 views
Asked by Hut8
undefined method `receive' in Rspec Rails
548 views
Asked by theKid
Stubbing controller methods in Rails
684 views
Asked by Mirror318
How to stub a method called in configuration block in sinatra application?
143 views
Asked by Raunak Kapoor
Using instance_of parameter matcher in mocha
428 views
Asked by thebenman
How to make Ruby Mocha mock only check about one parameter
1.5k views
Asked by Reid
Can't stub with mocha in ruby on rails test
1.6k views
Asked by LateCoder
How to stub a module method inside a controller with Mocha
2.1k views
Asked by Matheus Richard
Minitest/Mocha: Testing that a value changes multiple times
205 views
Asked by user1032752
Rails rspec undefined method `receive' for #<RSpec::ExampleGroups::
2.1k views
Asked by jonas-schulze
IntegrationTest with Mocha, stub HelperMethod (Ruby)
662 views
Asked by raycons
Doing a Spy in a Mocha (Ruby) test?
265 views
Asked by Jon Schneider
Rails: Mocha gem how to test exception
332 views
Asked by user2274074
minitest - expect a method to be called when it was extended from a Module
918 views
Asked by max pleaner
How do I expect a method to be run with specific ActiveRecord parameters
1k views
Asked by Toby 1 Kenobi
Ruby Mocha expect the first argument to be a symbol
447 views
Asked by Rimian
How to stub method with specific parameter (and leave calls with other parameters unstubbed) in Mocha?
1.8k views
Asked by Michael Trojanek
How mocking works mocha gem?
355 views
Asked by Zia Qamar
Does the Rails after_filter get executed before or after Mocha's automatic call to unstub?
79 views
Asked by Paul Chernoch