diff options
author | elijah <elijah@riseup.net> | 2014-01-22 02:35:44 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-22 02:35:44 -0800 |
commit | 8e4e6c5537cf22fbedba0437efb395114cb39f8e (patch) | |
tree | 395785fc1a4196472bae01cd40a2bce7f09c6d3b | |
parent | 8c087dc69174a5fbd9390b5c3a795fd0f56f6ed2 (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.
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |