We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2886084 commit f88d67dCopy full SHA for f88d67d
spec/bundler/commands/newgem_spec.rb
@@ -1020,7 +1020,7 @@ def create_temporary_dir(dir)
1020
expect(bundled_app("#{gem_name}/.github/workflows/main.yml")).to exist
1021
end
1022
1023
- it "contained .gitlab-ci.yml into ignore list" do
+ it "contained .github into ignore list" do
1024
bundle "gem #{gem_name} --ci=github"
1025
1026
expect(bundled_app("#{gem_name}/#{gem_name}.gemspec").read).to include(".git .github appveyor")
0 commit comments