test/test_cursor.rb in sportdb-1.9.8 vs test/test_cursor.rb in sportdb-1.9.9

- old
+ new

@@ -1,9 +1,9 @@ # encoding: utf-8 require 'helper' -class TestCursor < MiniTest::Unit::TestCase +class TestCursor < MiniTest::Test def test_games games = [] games << Game.new( score1: 3, score2: 1, play_at: DateTime.new(2013, 8, 9) )