summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-03-04 14:48:59 -0800
committerAndre Arko <andre@arko.net>2011-03-04 14:48:59 -0800
commit93f23e56fc1ee6e5766b246a7dd44f84368b86ea (patch)
tree0f9e5a8055bcfe46fe3f794f4687874bb95c7f46
parent6f49167fa319a4c1612129c3c7a7e61f192e7a56 (diff)
downloadbundler-93f23e56fc1ee6e5766b246a7dd44f84368b86ea.tar.gz
UNFIT
-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 08c3d12f3a..6a92b5efec 100644
--- a/spec/install/git_spec.rb
+++ b/spec/install/git_spec.rb
@@ -341,7 +341,7 @@ describe "bundle install with git sources" do
should_be_installed("rails 2.3.2")
end
- fit "catches git errors and spits out useful output" do
+ it "catches git errors and spits out useful output" do
gemfile <<-G
gem "foo", "1.0", :git => "omgomg"
G