test/unit/sinatra_runner_tests.rb in deas-0.2.1 vs test/unit/sinatra_runner_tests.rb in deas-0.3.0

- old
+ new

@@ -67,14 +67,9 @@ expected = [ 302, { 'Location' => "http://test.local/somewhere" } ] assert_equal expected, return_value end - should "not throw an exception with the setup or teardown methods" do - assert_nothing_raised{ subject.setup } - assert_nothing_raised{ subject.teardown } - end - end class RunTests < BaseTests desc "run" setup do