Commit d9122411e06c720635321e92be6a2be481d451c4

Authored by Andrew Kane
1 parent cb505b9a

Fixed minitest

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
test/mysql_test.rb
1 1 require "test_helper"
2 2  
3   -class TestMysql < Minitest::Test
  3 +class TestMysql < Minitest::Unit::TestCase
4 4 include TestGroupdate
5 5  
6 6 def setup
... ...
test/postgresql_test.rb
1 1 require "test_helper"
2 2  
3   -class TestPostgresql < Minitest::Test
  3 +class TestPostgresql < Minitest::Unit::TestCase
4 4 include TestGroupdate
5 5  
6 6 def setup
... ...