spec/lib/appsignal/integrations/webmachine_spec.rb in appsignal-2.3.3 vs spec/lib/appsignal/integrations/webmachine_spec.rb in appsignal-2.3.4
- old
+ new
@@ -34,10 +34,10 @@
:params_method => :query
).and_return(transaction)
end
it "should set the action" do
- expect(transaction).to receive(:set_action_if_nil).with("RSpec::Mocks::Mock#GET")
+ expect(transaction).to receive(:set_action_if_nil).with("RSpec::Mocks::Double#GET")
end
it "should call the original method" do
expect(fsm).to receive(:run_without_appsignal)
end