Sorry rspec

This commit is contained in:
Raphael 2010-07-07 10:55:32 -07:00
parent 86c31698f6
commit 4b6e29a4d2

View file

@ -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)