summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-01-22 02:35:44 -0800
committerelijah <elijah@riseup.net>2014-01-22 02:35:44 -0800
commit8e4e6c5537cf22fbedba0437efb395114cb39f8e (patch)
tree395785fc1a4196472bae01cd40a2bce7f09c6d3b /Gemfile
parent8c087dc69174a5fbd9390b5c3a795fd0f56f6ed2 (diff)
remove manual 'gem minitest'. this seems to confuse the tests, which seem to work best with the minitest that comes with ruby 1.9.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
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