blob: c37c07979be5815a3dfa53a254dab49b95171d68 [file] [log] [blame]
require "#{File.dirname(__FILE__)}/../test_helper"
#--######################################################################
# Copyright (c) 2006 LogicaCMG
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#
# Onno van der Straaten:: initial implementation
#++######################################################################
# {Copyright (c) 2006 LogicaCMG}[link:files/COPYRIGHT.html]
class CreatingSitesAndWikisTest < ActionController::IntegrationTest
# fixtures :your, :models
# Replace this with your real tests.
def test_truth
assert true
end
def test01_create_site
assert User.count > 0
cadmin = User.find_central_admin
assert_not_nil cadmin
end
end