[rubygems/rubygems] Fix example name typo

https://github.com/rubygems/rubygems/commit/2d0cf3c31e
This commit is contained in:
Tang Rufus 2025-05-25 20:24:17 +01:00 committed by Hiroshi SHIBATA
parent 28860842cf
commit f88d67db34

View File

@ -1020,7 +1020,7 @@ RSpec.describe "bundle gem" do
expect(bundled_app("#{gem_name}/.github/workflows/main.yml")).to exist
end
it "contained .gitlab-ci.yml into ignore list" do
it "contained .github into ignore list" do
bundle "gem #{gem_name} --ci=github"
expect(bundled_app("#{gem_name}/#{gem_name}.gemspec").read).to include(".git .github appveyor")