aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorTad Hosford <tad.hosford@gmail.com>2013-06-25 13:17:04 -0500
committerAndre Arko <andre@arko.net>2013-06-25 18:22:23 -0700
commitf61d1eff8b91f59729e0b1b33ed16d7a8cbff4f2 (patch)
treefacf843b81f5bea58e6f0a4bae7220f2610dba6b /spec
parente66c0bc5126c002dc1d36ac8d3baed8f986f0832 (diff)
downloadbundler-f61d1eff8b91f59729e0b1b33ed16d7a8cbff4f2.tar.gz
Fixes mistakes in git_spec.rb wording
Diffstat (limited to 'spec')
-rw-r--r--spec/update/git_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/update/git_spec.rb b/spec/update/git_spec.rb
index 53d6e5b2..cba5a1f7 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -137,7 +137,7 @@ describe "bundle update" do
end
end
- it "it unlocks the source when submodules is added to a git source" do
+ it "it unlocks the source when submodules are added to a git source" do
install_gemfile <<-G
git "#{lib_path('has_submodule-1.0')}" do
gem "has_submodule"
@@ -157,7 +157,7 @@ describe "bundle update" do
expect(out).to eq('GIT')
end
- it "it unlocks the source when submodules is removed from git source" do
+ it "it unlocks the source when submodules are removed from git source" do
pending "This would require actually removing the submodule from the clone"
install_gemfile <<-G
git "#{lib_path('has_submodule-1.0')}", :submodules => true do