summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-02 15:35:36 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-02 15:35:36 -0700
commit38479020a26e975c7cd5a6987ef65bf2dccddb71 (patch)
tree0f304eee42f4a5d7b7398df18b9b883783c5dc1f /spec/spec_helper.rb
parent61098251ea38421a9ef82d5811c6ceb61818115e (diff)
downloadlibyajl2-gem-38479020a26e975c7cd5a6987ef65bf2dccddb71.tar.gz
some working flame tests
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 0f63917..ef0e092 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,7 +1,8 @@
-#$: << File.expand_path(File.join(File.dirname( __FILE__ ), "../lib"))
+$: << File.expand_path(File.join(File.dirname( __FILE__ ), "../lib"))
+
+require 'libyajl2'
RSpec.configure do |c|
-# c.filter_run_excluding :ruby_gte_19 => true unless RUBY_VERSION.to_f >= 1.9
c.order = 'random'