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
RevLine 
[227]1require File.dirname(__FILE__) + '/../spec_helper'
2
3describe Terminology do
4 before(:each) do
[415]5 @terminology ||= Terminology.new
[227]6 end
7
[420]8 it 'has_language_code should true if it has'# do
9# @terminology.should have_language_code 'en'
10# end
[227]11end
Note: See TracBrowser for help on using the repository browser.