source: ruby/branches/0.5/lib/models/tests/rm/tc_security.rb@ 177

Last change on this file since 177 was 177, checked in by KOBAYASHI, Shinji, 15 years ago

the implemented reference models are now on rails

File size: 309 bytes
Line 
1require 'test/unit'
2include OpenEhr::RM::Security
3
4class RM_Security_Test < Test::Unit::TestCase
5 def setup
6 assert_nothing_raised(Exception){
7 @access_control_setting = AccessControlSettings.new}
8 end
9
10 def test_init
11 assert_instance_of AccessControlSettings, @access_control_setting
12 end
13end
Note: See TracBrowser for help on using the repository browser.