summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
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