Sha256: eb1bc2b22a5650ec73c0b98d91c7f54e290566c0a88c0f2ecdd845cded863047
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
require 'spec_helper' module Beatport::Catalog describe Currency do describe "structure" do before(:all) { @currency = Currency.all.first } it { @currency.id.should == 1 } it { @currency.code.should == "USD" } it { @currency.name.should == "Dollar" } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beatport-0.1.1 | spec/catalog/currency_spec.rb |