Sha256: 2db923731e1e8f93bf7ca3d6a83a04f247d6094d418c43bf94d7133bc95b243a
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 Bytes
Contents
require 'spec_helper' describe Forgery::Currency do describe ".currency_descriptions" do it "should be able to generate a currency description" do Forgery::Currency.description.should_not eql(nil) end end describe ".currency_codes" do it "should have the same output when encrypting twice" do Forgery::Currency.code.should_not eql(nil) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forgery-0.6.0 | spec/forgery/currency_spec.rb |