summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-08-04 17:09:47 -0700
committerCarl Lerche <carllerche@mac.com>2010-08-04 17:17:36 -0700
commit0d52ee6026b134ae9c667bc6332cef7cffee3f23 (patch)
tree7bf815c5fcc6c426004651b27533b5a7d1f1fe03
parent1e152cdb6197eecae2fbff8783f82b98d9601b23 (diff)
downloadbundler-0d52ee6026b134ae9c667bc6332cef7cffee3f23.tar.gz
Whitespace and stuff
-rw-r--r--spec/other/gem_helper_spec.rb2
-rw-r--r--spec/update/gems_spec.rb1
2 files changed, 1 insertions, 2 deletions
diff --git a/spec/other/gem_helper_spec.rb b/spec/other/gem_helper_spec.rb
index 733d6f6df9..b377424b71 100644
--- a/spec/other/gem_helper_spec.rb
+++ b/spec/other/gem_helper_spec.rb
@@ -58,4 +58,4 @@ describe "Bundler::GemHelper tasks" do
@helper.push_gem
end
end
-end \ No newline at end of file
+end
diff --git a/spec/update/gems_spec.rb b/spec/update/gems_spec.rb
index dd3081fa16..969b6ec945 100644
--- a/spec/update/gems_spec.rb
+++ b/spec/update/gems_spec.rb
@@ -65,7 +65,6 @@ describe "bundle update in more complicated situations" do
end
bundle "update thin"
- puts out
should_be_installed "thin 2.0", "rack 1.2", "rack-obama 1.0"
end
end