mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-06 16:01:47 +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
|
|
@ -2,7 +2,7 @@ require File.expand_path(File.dirname(__FILE__) + '/../minimal_test_helper')
|
|||
require 'app/models/stats/pie_chart_data'
|
||||
require 'active_support/core_ext/string'
|
||||
|
||||
class Stats::PieChartDataTest < Test::Unit::TestCase
|
||||
class Stats::PieChartDataTest < Minitest::Test
|
||||
|
||||
def setup
|
||||
xx = { :stats => { :other_actions_label => '(other)' } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue