Skip to content

Commit

Permalink
wip test fix environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrocha committed Jan 10, 2025
1 parent e319357 commit 34462e7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions spec/tapioca/ruby_lsp/run_gem_rbi_check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ module Foo

after do
ENV["BUNDLE_GEMFILE"] = nil
project.write_gemfile!(project.tapioca_gemfile)
@project.write_gemfile!(project.tapioca_gemfile)
@project.require_default_gems
project.remove!("sorbet/rbi")
project.remove!("../gems")
project.remove!(".git")
project.remove!("sorbet/tapioca/require.rb")
project.remove!("config/application.rb")
project.remove!(".bundle")
project.remove!("Gemfile.lock")
@project.remove!("sorbet/rbi")
@project.remove!("../gems")
@project.remove!(".git")
@project.remove!("sorbet/tapioca/require.rb")
@project.remove!("config/application.rb")
@project.remove!(".bundle")
@project.remove!("Gemfile.lock")
ensure
@project.remove!("output")
end
Expand Down

0 comments on commit 34462e7

Please sign in to comment.