source: ruby/branches/0.5/spec/models/terminology_spec.rb@ 227

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

Terminology implementation is a little difficult

File size: 183 bytes
Line 
1require File.dirname(__FILE__) + '/../spec_helper'
2
3describe Terminology do
4 before(:each) do
5 @terminology = Terminology.new
6 end
7
8 it 'should find all the codes by group'
9end
Note: See TracBrowser for help on using the repository browser.