public
Description: Converts numbers, currency and other units to Polish, English, German
Homepage: http://trix.pl
Clone URL: git://github.com/tomaszmazur/verbal.git
Click here to lend your support to: verbal and make a donation at www.pledgie.com !
minor indenting fix
Dennis Theisen (author)
Mon Sep 01 22:41:43 -0700 2008
commit  2ad0f1bbd5b0ff1290992b5c79aaa13dfd780b13
tree    131d2eee92c61f9271be6eb98497ba021429b7e3
parent  764d038f797432884631274b2579645518216902
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ require File.join(File.dirname(__FILE__), '..', '..', 'spec_helper')
0
 
0
 describe Verbal::English::Numbers do
0
   it 'should return correct string' do
0
- Verbal::English::Numbers.to_words(34).should == "thirty-four"
0
+ Verbal::English::Numbers.to_words(34).should == "thirty-four"
0
     Verbal::English::Numbers.to_words(2_001).should == "two thousand and one"
0
     Verbal::English::Numbers.to_words(1_134).should == "one thousand one hundred and thirty-four"
0
   end

Comments

    No one has commented yet.