test/integration_test.rb in progressrus-0.0.4 vs test/integration_test.rb in progressrus-0.1.0
- old
+ new
@@ -1,7 +1,7 @@
require_relative "test_helper"
-class IntegrationTest < Minitest::Unit::TestCase
+class IntegrationTest < Minitest::Test
def setup
@progress = Progressrus.new(scope: "walrus", total: 20)
end
def teardown