Breaking specs to test CIJOE
This commit is contained in:
parent
ae968bce90
commit
43dcf0bada
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue