Sha256: 236e5ea686575cf87d0b6f7f25fed0c52dfa2d84c76071cab6f04d346122fc03
Contents?: true
Size: 525 Bytes
Versions: 9
Compression:
Stored size: 525 Bytes
Contents
require 'spec_helper' module Recurly describe Charge do context "new record" do subject{Charge.new} it { should respond_to(:id)} it { should respond_to(:account_code)} it { should respond_to(:quantity)} it { should respond_to(:unit_amount_in_cents)} it { should respond_to(:amount_in_cents)} it { should respond_to(:start_date)} it { should respond_to(:end_date)} it { should respond_to(:description)} it { should respond_to(:created_at)} end end end
Version data entries
9 entries across 9 versions & 1 rubygems