mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-28 19:56:11 +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
|
|
@ -4,7 +4,7 @@ require './doc/tracks_cli/tracks_api'
|
|||
|
||||
module TracksCli
|
||||
|
||||
class TracksApiTest < Test::Unit::TestCase
|
||||
class TracksApiTest < Minitest::Test
|
||||
|
||||
def test_https_detection
|
||||
uri = URI.parse("https://tracks.example.com")
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ require 'active_support/time_with_zone'
|
|||
|
||||
module TracksCli
|
||||
|
||||
class TracksXmlBuilderTest < Test::Unit::TestCase
|
||||
class TracksXmlBuilderTest < Minitest::Test
|
||||
def test_all
|
||||
todo = {
|
||||
description: "test action",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue