From eb630f013551156351429e2e4ccb79c2fc0b0384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 14 Sep 2019 19:07:47 +0200 Subject: Remove unneded require and inclusion --- spec/support/the_bundle.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/support/the_bundle.rb b/spec/support/the_bundle.rb index c994eaae78..aa6bff7532 100644 --- a/spec/support/the_bundle.rb +++ b/spec/support/the_bundle.rb @@ -1,11 +1,9 @@ # frozen_string_literal: true -require "support/helpers" require "support/path" module Spec class TheBundle - include Spec::Helpers include Spec::Path attr_accessor :bundle_dir -- cgit v1.2.1