Skip to content

Commit

Permalink
Remove redundant "bundler/setup"
Browse files Browse the repository at this point in the history
Having "bundler/setup" in spec_helper doesn't make
much sense. On the other hand, it becomes a problem
for downstream as they constantly have to keep patching
this from all the libraries.

Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
  • Loading branch information
utkarsh2102 committed Jul 5, 2020
1 parent 915c94b commit 8e42afd
Showing 1 changed file with 0 additions and 1 deletion.
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require "bundler/setup"
require "<%= config[:namespaced_path] %>"

RSpec.configure do |config|
Expand Down

0 comments on commit 8e42afd

Please sign in to comment.