mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-11 09:54:21 +01:00
switch to minitest from test/unit
not sure if this is the right change, but tests seem to run
This commit is contained in:
parent
128da07fc2
commit
35cab99cea
8 changed files with 7 additions and 9 deletions
|
|
@ -5,7 +5,7 @@ require 'app/models/stats/time_to_complete'
|
|||
|
||||
FakeTask = Struct.new(:created_at, :completed_at)
|
||||
|
||||
class TimeToCompleteTest < Test::Unit::TestCase
|
||||
class TimeToCompleteTest < Minitest::Test
|
||||
|
||||
def now
|
||||
@now ||= Time.utc(2013, 1, 2, 3, 4, 5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue