Sha256: f50285df4bdad1a8b7719ac95dc055c156d1ca79cb85b92422039d43739f2745

Contents?: true

Size: 303 Bytes

Versions: 4

Compression:

Stored size: 303 Bytes

Contents

require 'spec/spec_helper'
# Require the gem
require 'lib/kashflow_api'

describe KashflowApi::Quote do
    before :each do
       default_config 
    end
    
    it "should create a blank quote for new" do
        quote = KashflowApi::Quote.new
        quote.should be_a KashflowApi::Quote
    end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kashflow_api-0.0.2 spec/kashflow_api_quote_spec.rb
kashflow_api-0.0.1 spec/kashflow_api_quote_spec.rb
kashflow_api-0.0.1rc1 spec/kashflow_api_quote_spec.rb
kashflow_api-0.0.1pre spec/kashflow_api_quote_spec.rb