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
RevLine 
[136]1require 'test/unit'
[177]2include OpenEhr::RM::Security
[136]3
4class RM_Security_Test < Test::Unit::TestCase
5 def setup
6 assert_nothing_raised(Exception){
[177]7 @access_control_setting = AccessControlSettings.new}
[136]8 end
9
10 def test_init
[177]11 assert_instance_of AccessControlSettings, @access_control_setting
[136]12 end
13end
Note: See TracBrowser for help on using the repository browser.