remove double fixture rendering

This commit is contained in:
danielgrippi 2011-12-18 11:00:35 -08:00 committed by Dennis Collinson
parent 193e5d61c5
commit 734f01402a

View file

@ -15,16 +15,6 @@ describe MultisController do
AppConfig[:community_spotlight] = @old_spotlight_value
end
describe 'jasmine fixtures' do
it 'generate' do
alice.post(:status_message, :text => "hella infos yo!", :to => alice.aspects.first.id)
alice.post(:reshare, :root_guid => Factory(:status_message, :public => true).guid, :to => 'all')
get :index, :format => :json
save_fixture(response.body, "multi_stream_json")
end
end
it 'succeeds' do
AppConfig[:community_spotlight] = [bob.person.diaspora_handle]
get :index