Ignore:
Timestamp:
Jul 2, 2010, 8:53:43 PM (14 years ago)
Author:
KOBAYASHI, Shinji
Message:

developing around terminology

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/spec/models/terminology_spec.rb

    r227 r415  
    33describe Terminology do
    44  before(:each) do
    5     @terminology = Terminology.new
     5    @terminology ||= Terminology.new
    66  end
    77
    8   it 'should find all the codes by group'
     8  it 'has_language_code should true if it has' do
     9    @terminology.should have_language_code 'en'
     10  end
    911end
Note: See TracChangeset for help on using the changeset viewer.