Skip to content

Commit f88d67d

Browse files
tangrufushsbt
authored andcommitted
[rubygems/rubygems] Fix example name typo
rubygems/rubygems@2d0cf3c31e
1 parent 2886084 commit f88d67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/commands/newgem_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ def create_temporary_dir(dir)
10201020
expect(bundled_app("#{gem_name}/.github/workflows/main.yml")).to exist
10211021
end
10221022

1023-
it "contained .gitlab-ci.yml into ignore list" do
1023+
it "contained .github into ignore list" do
10241024
bundle "gem #{gem_name} --ci=github"
10251025

10261026
expect(bundled_app("#{gem_name}/#{gem_name}.gemspec").read).to include(".git .github appveyor")

0 commit comments

Comments
 (0)