Pattern: Use of bundler/setup
in test
Issue: -
Flags the require "bundler/setup"
calls if they're made from inside the tests directory.
# bad
require "foo"
require "bundler/setup"
# good
require "foo"
Pattern: Use of bundler/setup
in test
Issue: -
Flags the require "bundler/setup"
calls if they're made from inside the tests directory.
# bad
require "foo"
require "bundler/setup"
# good
require "foo"