Skip to content

Commit

Permalink
Use cgi for default gem test
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed Jan 3, 2025
1 parent 3365d41 commit 8ed8b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/tapioca/cli/gem_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ def fizz; end
end

it "must generate RBI for a default gem" do
gem_name = "base64"
gem_top_level_constant = "module Base64"
gem_name = "cgi"
gem_top_level_constant = "class CGI"

gem_spec = ::Gem::Specification.default_stubs("*.gemspec").find do |spec|
spec.name == gem_name && spec.default_gem?
Expand Down

0 comments on commit 8ed8b92

Please sign in to comment.