From 4b6e29a4d298af14019c7a7bff88e7bcb2c3b21f Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 7 Jul 2010 10:55:32 -0700 Subject: [PATCH] Sorry rspec --- spec/misc_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/misc_spec.rb b/spec/misc_spec.rb index 97dd2701a..773b8c6d9 100644 --- a/spec/misc_spec.rb +++ b/spec/misc_spec.rb @@ -2,10 +2,6 @@ require File.dirname(__FILE__) + '/spec_helper' describe 'making sure the spec runner works' do - it 'should fail' do - false.should == true - end - it 'should not delete the database mid-spec' do User.count.should == 0 Factory.create(:user)