Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 20, 2024
1 parent 97ef7f5 commit 21b1ee5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/rails_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ def run(command, options = {})

Dir.chdir("spec/fixtures/#{rails}") do
Bundler.with_unbundled_env do
# unset travis things
ENV.delete("RAILS_ENV")
ENV.delete("RACK_ENV")

ENV.delete "RUBYLIB"
puts ENV.to_h
run ["bundle", "config", "--local", "path", "vendor/bundle"]
run ["bundle", "config", "--local", "frozen", "true"]
run ["bundle", "install"]
Expand Down

0 comments on commit 21b1ee5

Please sign in to comment.