Skip to content

Commit

Permalink
move script specs to its own dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lian committed Feb 19, 2012
1 parent 570ee5a commit 20a949a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -5,6 +5,7 @@ end


PROJECT_SPECS = FileList['spec/bitcoin/protocol/*_spec.rb'] +
FileList['spec/bitcoin/script/*_spec.rb'] +
FileList['spec/bitcoin/wallet/*_spec.rb'] +
FileList['spec/bitcoin/*_spec.rb']

Expand Down
@@ -1,4 +1,4 @@
require_relative 'spec_helper.rb'
require_relative '../spec_helper.rb'
require 'bitcoin/script'

describe "Bitcoin::Script OPCODES" do
Expand Down
@@ -1,4 +1,4 @@
require_relative 'spec_helper.rb'
require_relative '../spec_helper.rb'
require 'bitcoin/script'

include Bitcoin
Expand Down

0 comments on commit 20a949a

Please sign in to comment.