Sha256: 0321aadc0af05b9c4b8311357026cc2bc25a4bcc5136c6ea826e1492beb40e4b
Contents?: true
Size: 305 Bytes
Versions: 16
Compression:
Stored size: 305 Bytes
Contents
# -*- coding: utf-8 -*- require File.expand_path( File.join(File.dirname(__FILE__), "..", "spec_helper") ) describe "TCNumeric" do it "test_simple" do 10.with_separator.should == "10" 10.0.with_separator.should == "10.0" 1000000.with_separator.should == "1,000,000" end end
Version data entries
16 entries across 16 versions & 2 rubygems