summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-11-14 04:49:14 +0200
committerTerence Lee <hone02@gmail.com>2012-11-14 04:50:17 +0200
commit82e5c132e2f362fa807bc4e58f7688445ede6dc5 (patch)
tree947d1375e98d3b90848bfee3331e16de9de397de /spec/bundler
parent71313f1ab45f12ad482df4db8d1cf3892978442d (diff)
downloadbundler-82e5c132e2f362fa807bc4e58f7688445ede6dc5.tar.gz
remove fit test
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/bundler_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/bundler_spec.rb b/spec/bundler/bundler_spec.rb
index c33dc10f8c..092bc20932 100644
--- a/spec/bundler/bundler_spec.rb
+++ b/spec/bundler/bundler_spec.rb
@@ -3,7 +3,7 @@ require 'bundler'
describe Bundler do
describe "#load_gemspec_uncached" do
- fit "should catch Psych syntax errors" do
+ it "should catch Psych syntax errors" do
gemspec = <<-GEMSPEC
{:!00 ao=gu\g1= 7~f
GEMSPEC