Sorry rspec
This commit is contained in:
parent
86c31698f6
commit
4b6e29a4d2
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue