test/test_teapot.rb in teapot-0.9.9 vs test/test_teapot.rb in teapot-0.9.10
- old
+ new
@@ -16,16 +16,14 @@
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-require 'pathname'
-require 'test/unit'
-require 'stringio'
+require "minitest/autorun"
require 'teapot/context'
-class TestConfig < Test::Unit::TestCase
+class TestConfig < MiniTest::Test
ROOT = Pathname.new(__FILE__).dirname
def test_context
context = Teapot::Context.new(ROOT)