One more in-place commit. Moved BtcWireProto to its own file, added some features

This commit is contained in:
Nick Thomas
2011-05-17 23:59:14 +01:00
parent 31ec01797f
commit 7d3848abca
4 changed files with 480 additions and 287 deletions

3
spec/spec_helper.rb Normal file
View File

@@ -0,0 +1,3 @@
require 'rspec'
$: << File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))