Remove unnecessary requires in spec_helper

This commit is contained in:
Gonzalo Rodriguez 2018-06-21 10:59:23 -03:00
parent 73bc739d5a
commit aca4078089
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -1,6 +1,5 @@
# frozen_string_literal: true
require "rubygems"
require "bundler/setup"
require "minitest/autorun"