test/ruboto_setup_test.rb in ruboto-1.2.0 vs test/ruboto_setup_test.rb in ruboto-1.3.0

- old
+ new

@@ -1,8 +1,8 @@ require File.expand_path('test_helper', File.dirname(__FILE__)) require 'net/http' -class RubotoSetupTest < Test::Unit::TestCase +class RubotoSetupTest < Minitest::Test SDK_DOWNLOAD_PAGE = 'http://developer.android.com/sdk/index.html?hl=sk' def test_if_page_still_exists uri = URI.parse(SDK_DOWNLOAD_PAGE) res = Net::HTTP.get_response(uri)