public
Description: Dead simple Rails localization.
Homepage: http://errtheblog.com/posts/55-ya-talkin-gibberish
Clone URL: git://github.com/defunkt/gibberish.git
whoops, incomplete test
defunkt (author)
Mon May 07 21:09:22 -0700 2007
commit  9ea0649bc1e051f7e52e122ced35ad52d76ac13e
tree    e594fbd48f96e38186b165d262ea0ad454a18c3e
parent  0d221463e09b865311c75fbc64d22b8960a9c6be
...
150
151
152
153
154
155
156
157
158
159
...
150
151
152
 
 
 
 
153
154
155
0
@@ -150,10 +150,6 @@ context "A gibberish string (in general)" do
0
     "string"[:limit].should.be.nil
0
   end
0
 
0
- specify "should assume its key is its value" do
0
- "just_a_string"[]
0
- end
0
-
0
   specify "should set default key to underscored string" do
0
     Gibberish.current_language = :es
0
     'welcome friend'[].should == 'ˇRecepción, amigo!'

Comments

    No one has commented yet.