Sha256: 463ceaa5eace6453508503506d42b6c136404dd63c46e162f2272b19e3be6bc2

Contents?: true

Size: 344 Bytes

Versions: 17

Compression:

Stored size: 344 Bytes

Contents

require 'spec_helper'

class Bitstamp::Coin < Bitstamp::Model;end
class Bitstamp::Coins < Bitstamp::Collection;end

describe Bitstamp::Coins do
  subject { Bitstamp::Coins.new }
  its(:name) { should eq 'coin' }
  its(:module) { should eq "bitstamp/coin" }
  its(:model) { should be Bitstamp::Coin }
  its(:path) { should eq "/api/coins" }
end

Version data entries

17 entries across 17 versions & 6 rubygems

Version Path
bitex-bitstamp-0.9.1 spec/collection_spec.rb
bitstamp-2-0.7.1 spec/collection_spec.rb
bitstamp-2-0.7.0 spec/collection_spec.rb
bitstamp-2-0.6.0 spec/collection_spec.rb
bitstamp-2-0.5.0 spec/collection_spec.rb
bitstamp-2-0.4.4 spec/collection_spec.rb
bitstamp-2-0.4.2 spec/collection_spec.rb
bitstamp-2-0.4.1 spec/collection_spec.rb
bitstamp-rbtc-arbitrage-0.4.0 spec/collection_spec.rb
rbtc_arbitrage-2.3.0 bitstamp/spec/collection_spec.rb
rbtc_arbitrage-2.2.1 bitstamp/spec/collection_spec.rb
rbtc_arbitrage-2.2.0 bitstamp/spec/collection_spec.rb
rbtc_arbitrage-2.1.2 bitstamp/spec/collection_spec.rb
rbtc_arbitrage-2.1.1 bitstamp/spec/collection_spec.rb
rbtc_arbitrage-2.1.0 bitstamp/spec/collection_spec.rb
cgore-bitstamp-0.3.1 spec/collection_spec.rb
bitstamp-0.3.0 spec/collection_spec.rb