Sha256: 5e61d6bea3c516556367109da0815c4f5d4e06752d353d46a76ffccfa487c751
Contents?: true
Size: 326 Bytes
Versions: 35
Compression:
Stored size: 326 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) describe RTurk::GetAccountBalance do before(:all) do faker('get_account_balance', :operation => 'GetAccountBalance') end it "should give me my account balance" do RTurk.GetAccountBalance.amount.should eql(15555.55) end end
Version data entries
35 entries across 35 versions & 1 rubygems