diff options
author | Asutosh Palai <asupalai@gmail.com> | 2016-03-11 15:01:19 -0500 |
---|---|---|
committer | Asutosh Palai <asupalai@gmail.com> | 2016-03-11 15:01:19 -0500 |
commit | c61e96e60206f218bb66e38375c95d619dc7bd87 (patch) | |
tree | e31ebe3a6389d6f4e1d71a10cf5589bd24deb908 | |
parent | 9890ea14abb8db0f224264debae08259c3f09c7e (diff) | |
download | bundler-c61e96e60206f218bb66e38375c95d619dc7bd87.tar.gz |
Minor typo fix
-rw-r--r-- | spec/install/git_spec.rb | 2 |
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 |