Skip to content

Commit 1281924

Browse files
committed
Spec fix
1 parent eab7464 commit 1281924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/btce_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright © 2013-2014, Christopher Mark Gore,
3+
# Copyright © 2013-2016, Christopher Mark Gore,
44
# Soli Deo Gloria,
55
# All rights reserved.
66
#
@@ -122,7 +122,7 @@
122122
describe :trade do
123123
it "returns the fee for a trade" do
124124
@fee.trade
125-
.should be_a Float
125+
.should be_a Numeric
126126
end
127127
end
128128
end

0 commit comments

Comments
 (0)