Skip to content

Commit

Permalink
spec tests added for transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
colinreidbrown committed Oct 1, 2013
1 parent bbe6ad9 commit 5cbaaa8
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 0 deletions.
1 change: 1 addition & 0 deletions -rbitstamp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Switch to inspect mode.
244 changes: 244 additions & 0 deletions spec/fixtures/vcr_cassettes/bitstamp/transactions.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions spec/transactions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@
end

end

describe Bitstamp::Transactions do
before { setup_bitstamp }

describe :all, vcr:{cassette_name: 'bitstamp/transactions'} do
subject { Bitstamp.transactions }
it { should be_kind_of Array }
end

end

0 comments on commit 5cbaaa8

Please sign in to comment.