test/unit/logging_tests.rb in deas-0.36.0 vs test/unit/logging_tests.rb in deas-0.37.0

- old
+ new

@@ -1,15 +1,13 @@ require 'assert' require 'deas/logging' -require 'test/support/fake_sinatra_call' - module Deas::Logging class UnitTests < Assert::Context desc "Deas::Logging" setup do - @app = FakeSinatraCall.new + @app = Factory.sinatra_call end subject{ Deas::Logging } should have_imeths :middleware