summaryrefslogtreecommitdiff
path: root/spec/bundler/commands
diff options
context:
space:
mode:
authorFrank Lam <ryzingsun11@yahoo.com>2020-05-29 22:37:45 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit760edb3743127eba0a926f117ebb16f7b11bcde2 (patch)
tree47594a2931635533214992edcf81790e258ddeb5 /spec/bundler/commands
parent52a900773e560e2dd5938a057ee743c8111642eb (diff)
[rubygems/rubygems] Fix CI spec typo
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com> https://github.com/rubygems/rubygems/commit/24f3739585
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3212
Diffstat (limited to 'spec/bundler/commands')
-rw-r--r--spec/bundler/commands/newgem_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/newgem_spec.rb b/spec/bundler/commands/newgem_spec.rb
index bf737c8f34..d78bc8a723 100644
--- a/spec/bundler/commands/newgem_spec.rb
+++ b/spec/bundler/commands/newgem_spec.rb
@@ -651,7 +651,7 @@ RSpec.describe "bundle gem" do
it_behaves_like "test framework is absent"
end
- context "--ci with no arugment" do
+ context "--ci with no argument" do
it "does not generate any CI config" do
bundle "gem #{gem_name}"