mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 18:50:12 +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
|
|
@ -1,9 +1,8 @@
|
|||
require 'date'
|
||||
require 'test/unit'
|
||||
require 'active_support/core_ext/object/blank'
|
||||
require_relative '../../app/services/rich_message_extractor.rb'
|
||||
|
||||
class RichMessageExtractorTest < Test::Unit::TestCase
|
||||
class RichMessageExtractorTest < Minitest::Test
|
||||
|
||||
def test_message_with_all_options
|
||||
message = "ohai@some-context~this-project>131012<131014#tag1#tag2*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue