Skip to content

Commit

Permalink
wip test require gems rbi and spoom
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrocha committed Jan 16, 2025
1 parent ec3f208 commit 78b8f32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/tapioca/ruby_lsp/run_gem_rbi_check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ module Foo

describe "with git" do
before do
@project.write_gemfile!(<<~GEMFILE, append: true)
gem "rbi", "0.2.3"
gem "spoom", "1.5.1"
GEMFILE
@project.bundle_install!
@project.tapioca("configure")
@project.exec("git init")
Expand Down

0 comments on commit 78b8f32

Please sign in to comment.