Breaking specs to test CIJOE

This commit is contained in:
Raphael 2010-07-07 10:53:22 -07:00
parent ae968bce90
commit 43dcf0bada

View file

@ -2,6 +2,10 @@ 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)