source: ruby/trunk/spec/models/terminology_spec.rb@ 420

Last change on this file since 420 was 420, checked in by KOBAYASHI, Shinji, 14 years ago

implementing terminology related tables

File size: 250 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 'has_language_code should true if it has'# do
9# @terminology.should have_language_code 'en'
10# end
11end
Note: See TracBrowser for help on using the repository browser.