switch to minitest from test/unit

not sure if this is the right change, but tests seem to run
This commit is contained in:
Reinier Balt 2014-04-11 22:46:59 +02:00
parent 128da07fc2
commit 35cab99cea
8 changed files with 7 additions and 9 deletions

View file

@ -3,7 +3,7 @@ require_relative '../../lib/staleness'
require_relative '../../lib/user_time'
require 'timecop'
class StalenessTest < Test::Unit::TestCase
class StalenessTest < Minitest::Test
FakePrefs = Struct.new(:time_zone)
FakeUser = Struct.new(:time) do
def prefs