summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-03-11 15:01:19 -0500
committerAsutosh Palai <asupalai@gmail.com>2016-03-11 15:01:19 -0500
commitc61e96e60206f218bb66e38375c95d619dc7bd87 (patch)
treee31ebe3a6389d6f4e1d71a10cf5589bd24deb908
parent9890ea14abb8db0f224264debae08259c3f09c7e (diff)
downloadbundler-c61e96e60206f218bb66e38375c95d619dc7bd87.tar.gz
Minor typo fix
-rw-r--r--spec/install/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/git_spec.rb b/spec/install/git_spec.rb
index bae099a518..5d834416d1 100644
--- a/spec/install/git_spec.rb
+++ b/spec/install/git_spec.rb
@@ -19,7 +19,7 @@ describe "bundle install" do
build_git "foo"
gemfile <<-G
- gem "foo", :git =>"file://#{lib_path("foo-1.0")}", group: :development
+ gem "foo", :git => "file://#{lib_path("foo-1.0")}", :group => :development
G
lockfile <<-L