Respect BtcWireProto changes, make another step towards tests

This commit is contained in:
Nick Thomas
2011-06-21 21:18:23 +01:00
parent eb764e4acb
commit 21ad42894e
3 changed files with 93 additions and 57 deletions

View File

@@ -1,4 +1,5 @@
require 'rspec'
require 'em-spec/rspec'
$: << File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
@@ -8,3 +9,4 @@ def binary(str_ary)
d.to_i(16).chr
end.join("")
end