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

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

developing around terminology

File size: 247 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
[415]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.