removing pointless pending spec

This commit is contained in:
maxwell 2010-10-13 23:20:25 -07:00
parent e218ab6780
commit 6ef1780008

View file

@ -107,16 +107,6 @@ describe Diaspora::Importer do
@doc = Nokogiri::XML::parse(@xml)
end
it 'should import a user' do
pending
user = @importer.execute(@xml,
:email => "bob@bob.com",
:password => "bobbybob",
:password => "bobbybob",
:diaspora_handle => "bob@diaspora.com")
user.class.should == User
end
describe '#parse_user_and_person' do
before(:each) do
@user, @person = @importer.parse_user_and_person(@doc)