[rubygems/rubygems] Fix example name typo
https://github.com/rubygems/rubygems/commit/2d0cf3c31e
This commit is contained in:
parent
28860842cf
commit
f88d67db34
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user