Skip to content

Commit

Permalink
Remove duplicate MiniTest sub-section in Rails section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jan 20, 2020
1 parent 3fc8e30 commit b65b070
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b65b070

Please sign in to comment.