source: ruby/branches/0.5/spec/models/encoding_alias_spec.rb@ 228

Last change on this file since 228 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.