diff --git a/spec/factories/err_factories.rb b/spec/factories/err_factories.rb index c35d32a..5980b08 100644 --- a/spec/factories/err_factories.rb +++ b/spec/factories/err_factories.rb @@ -24,6 +24,7 @@ Factory.define :notice do |n| n.message 'FooError: Too Much Bar' n.backtrace { random_backtrace } n.server_environment 'environment-name' => 'production' + n.request {{ 'component' => 'foo', 'action' => 'bar' }} n.notifier 'name' => 'Notifier', 'version' => '1', 'url' => 'http://toad.com' end -- libgit2 0.21.2