SyntaxFix
Write A Post
Hire A Developer
Questions
it "should call 'bar' with appropriate arguments" do expect(subject).to receive(:bar).with("an argument I want") subject.foo end