Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #119 from dazoakley/master
Browse files Browse the repository at this point in the history
Remove explicit `Bundler` calls
  • Loading branch information
dazoakley authored Oct 2, 2018
2 parents 58d4231 + 7308ca6 commit 122bc4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/bandiera.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module Bandiera

class << self
def init(environment)
Bundler.setup(:default, environment)
Dotenv.load
Db.connect
end
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ENV['RACK_ENV'] = 'test'
Bundler.setup(:default, ENV['RACK_ENV'])

require 'macmillan/utils/rspec/rspec_defaults'
require 'macmillan/utils/rspec/webmock_helper'
Expand Down

0 comments on commit 122bc4e

Please sign in to comment.