test/test_ssl_endpoints.rb in heroku-api-0.3.11 vs test/test_ssl_endpoints.rb in heroku-api-0.3.12

- old
+ new

@@ -1,7 +1,7 @@ require File.expand_path("#{File.dirname(__FILE__)}/test_helper") -class TestSslEndpoints < MiniTest::Unit::TestCase +class TestSslEndpoints < Minitest::Test def test_delete_ssl_endpoint skip if MOCK with_app do |app_data| heroku.post_addon(app_data['name'], 'ssl:endpoint')