test/integration/railtie_test.rb in harness-0.3.0 vs test/integration/railtie_test.rb in harness-0.4.0
- old
+ new
@@ -17,6 +17,10 @@
assert app.config.harness.instrument.action_controller
assert app.config.harness.instrument.action_mailer
assert app.config.harness.instrument.action_view
refute app.config.harness.instrument.active_support
end
+
+ def test_configures_queue
+ assert_kind_of Harness::SynchronousQueue, app.config.harness.queue
+ end
end