Sha256: 47e8fa3c80c8f2f72b05b1382e5694a5045b4653888883073223f2ed2716a3e5

Contents?: true

Size: 714 Bytes

Versions: 1

Compression:

Stored size: 714 Bytes

Contents

# Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig.
# License:   Apache License, Version 2.0

require File.dirname(__FILE__) + '/../../../spec_helper'

module RTM::Sugar::TopicMap
  module Types
    describe self do
      before(:each) do
        @tm = get_used_tm_sys_tm
      end
      after(:each) do
        @tm.close
      end

      describe "#association_types" do
        it "should be tested"
      end

      describe "#role_types" do
        it "should be tested"
      end

      describe "#occurrence_types" do
        it "should be tested"
      end

      describe "#name_types" do
        it "should be tested"
      end

    end # of describe self
  end # of module
end # of module

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rtm-0.3.0 spec/rtm/sugar/topic_map/types_spec.rb