1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

- Removed test-unit dependency

- updated minitest to 5.0
- Removed Test::Unit::TestCase and started using Minitest::Test instead
- Fixed usage of assert_raise
- Fixed usage of refute_nil
- Fixed and removed usage of assert_nothing_raised
This commit is contained in:
Vipul A M 2015-01-11 01:00:47 +05:30
parent 5f6168bfc9
commit 23c2e197c8
59 changed files with 129 additions and 128 deletions

View file

@ -10,7 +10,7 @@ module RouteAddedTest
end
end
class RouteAddedHookTest < Test::Unit::TestCase
class RouteAddedHookTest < Minitest::Test
setup do
RouteAddedTest.routes.clear
RouteAddedTest.procs.clear