test/test_features.rb in heroku-api-0.3.11 vs test/test_features.rb in heroku-api-0.3.12
- old
+ new
@@ -1,7 +1,7 @@
require File.expand_path("#{File.dirname(__FILE__)}/test_helper")
-class TestFeatures < MiniTest::Unit::TestCase
+class TestFeatures < Minitest::Test
def setup
@feature_data ||= begin
data = File.read("#{File.dirname(__FILE__)}/../lib/heroku/api/mock/cache/get_features.json")
features_data = Heroku::API::OkJson.decode(data)