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:
parent
5f6168bfc9
commit
23c2e197c8
59 changed files with 129 additions and 128 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue