source: ruby/trunk/spec/models/encoding_alias_spec.rb@ 291

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

Terminology implementation is a little difficult

File size: 167 bytes
Line 
1require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
2
3describe EncodingAlias do
4 before(:each) do
5 @encoding_alias ||= EncodingAlias.new
6 end
7end
Note: See TracBrowser for help on using the repository browser.