Skip to content

Commit

Permalink
Made spec_helper reference local dataflow.rb directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Diehl committed Jul 3, 2009
1 parent 79322a0 commit 9f1e065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,6 +1,6 @@
require 'rubygems'
require 'spec'
require 'dataflow'
require "#{File.dirname(__FILE__)}/../dataflow"

Thread.abort_on_exception = true

Expand Down

0 comments on commit 9f1e065

Please sign in to comment.