mirror of
https://github.com/pry/pry-rails.git
synced 2022-11-09 12:36:03 -05:00
SpecHelper: get rid of the minitest warning
The warning is: "Warning: you should require 'minitest/autorun' instead"
This commit is contained in:
parent
6bdc27d5b8
commit
6ef5963eba
1 changed files with 0 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
require 'minitest/spec'
|
||||
require 'minitest/autorun'
|
||||
|
||||
require 'rr'
|
||||
|
|
Loading…
Reference in a new issue