From 8e4e6c5537cf22fbedba0437efb395114cb39f8e Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 22 Jan 2014 02:35:44 -0800 Subject: remove manual 'gem minitest'. this seems to confuse the tests, which seem to work best with the minitest that comes with ruby 1.9. --- Gemfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index a608764..1d6c432 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,6 @@ group :test do gem 'capybara', require: false gem 'launchy' # so save_and_open_page works in integration tests gem 'phantomjs-binaries' - gem 'minitest' gem 'minitest-stub-const' end -- cgit v1.2.3