1
0
Fork 0
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:
Kyrylo Silin 2013-05-19 10:32:57 +03:00
parent 6bdc27d5b8
commit 6ef5963eba

View file

@ -1,4 +1,3 @@
require 'minitest/spec'
require 'minitest/autorun'
require 'rr'