manage_documents_test.rb
397 Bytes
require "#{File.dirname(__FILE__)}/../test_helper"
class ManageDocumentsTest < ActionController::IntegrationTest
all_fixtures
def test_creation_of_a_new_article
# FIXME
fail 'need to be rewritten'
end
def test_update_of_an_existing_article
# FIXME
fail 'need to be rewritten'
end
def test_removing_an_article
# FIXME
fail 'need to be rewritten'
end
end