Remove debug puts

This commit is contained in:
Jonne Haß 2014-05-25 09:48:45 +02:00
parent e6348aa705
commit 5f0a11dfa6

View file

@ -47,7 +47,6 @@ describe Diaspora::Exporter do
end
it 'includes the profile as xml' do
puts exported.to_s
expect(user_xml).to include "<profile>"
end
end