From b65b070fc64683d602a1fd7c1c777e29ee2f2a7d Mon Sep 17 00:00:00 2001 From: James Mead Date: Mon, 20 Jan 2020 14:05:18 +0000 Subject: [PATCH] Remove duplicate MiniTest sub-section in Rails section of README --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 1473c3581..ab2afd884 100644 --- a/README.md +++ b/README.md @@ -95,13 +95,6 @@ end Note: There is no need to use a require statement to setup Mocha; RSpec does this itself. -##### MiniTest - -```ruby -# At bottom of test_helper.rb (or at least after `require 'rails/test_help'`) -require 'mocha/minitest' -``` - ##### Cucumber ```ruby