From 26a6691ce46d5583bda5ae657bba82e26da4ce60 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Wed, 18 Oct 2017 21:48:03 -0400 Subject: [PATCH] Add minitest --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index f52d7ba..8d1ed40 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,5 @@ gem "yard" gem "yard-ghpages" # Testing +gem "minitest" gem "rubocop" diff --git a/Gemfile.lock b/Gemfile.lock index bd564d0..6138e6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: ast (2.3.0) git (1.3.0) + minitest (5.10.1) parser (2.4.0.0) ast (~> 2.2) powerpack (0.1.1) @@ -30,6 +31,7 @@ PLATFORMS ruby DEPENDENCIES + minitest rdoc redcarpet rubocop