spec/lib/appsignal/integrations/webmachine_spec.rb in appsignal-1.3.1 vs spec/lib/appsignal/integrations/webmachine_spec.rb in appsignal-1.3.2
- old
+ new
@@ -67,10 +67,10 @@
end
after do
begin
fsm.send(:handle_exceptions) { raise error };
- rescue VerySpecificError => e
+ rescue VerySpecificError
end
end
end
end