summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-04-02 09:14:48 +0800
committerAndre Arko <andre@arko.net>2014-04-02 09:14:48 +0800
commit9f3b2439c5ab0de20456490a769340307d078e9a (patch)
tree7c5ff1da3f95a6c635298b6f5366ea6a0f3df994
parent264ada4dfbb99d1ed5f3a12133c0b86c5b17de94 (diff)
downloadbundler-9f3b2439c5ab0de20456490a769340307d078e9a.tar.gz
what even is that indentation
-rw-r--r--spec/install/gems/sudo_spec.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/spec/install/gems/sudo_spec.rb b/spec/install/gems/sudo_spec.rb
index 60a48ab1e8..228036764a 100644
--- a/spec/install/gems/sudo_spec.rb
+++ b/spec/install/gems/sudo_spec.rb
@@ -40,13 +40,13 @@ describe "when using sudo", :sudo => true do
end
it "installs rake and a gem dependent on rake in the same session" do
- gemfile <<-G
- source "file://#{gem_repo1}"
- gem "rake"
- gem "another_implicit_rake_dep"
- G
- bundle "install"
- expect(system_gem_path("gems/another_implicit_rake_dep-1.0")).to exist
+ gemfile <<-G
+ source "file://#{gem_repo1}"
+ gem "rake"
+ gem "another_implicit_rake_dep"
+ G
+ bundle "install"
+ expect(system_gem_path("gems/another_implicit_rake_dep-1.0")).to exist
end