spec/grape-appsignal/middleware_spec.rb in grape-appsignal-0.0.3 vs spec/grape-appsignal/middleware_spec.rb in grape-appsignal-0.0.4
- old
+ new
@@ -24,10 +24,10 @@
before(:each) do
get "/hello/mark"
end
it do
- should == { method: "GET" , path: "hello/:name"}
+ should == { method: "GET" , path: "hello/:name", action: "GET::hello/:name"}
end
context "verify the api request" do
subject{ last_response }