mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
Breaking specs to test CIJOE
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user