summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-12-23 00:45:27 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-12-23 00:45:27 -0800
commit22fb26595a3f8c3946292e1f815682c470ee2b55 (patch)
tree49231aa26f0503f05092eba195ad5c2a05097f81 /spec
parent3cf6fcafa0d16ee185ba389d03c0f3a60289939f (diff)
downloadffi-yajl-22fb26595a3f8c3946292e1f815682c470ee2b55.tar.gz
backing coveralls out
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 1f7affe..54d8b97 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -2,9 +2,6 @@ $: << File.expand_path(File.join(File.dirname( __FILE__ ), "../lib"))
require 'ffi_yajl'
-require 'coveralls'
-Coveralls.wear!
-
RSpec.configure do |c|
c.filter_run_excluding :ruby_gte_19 => true unless RUBY_VERSION.to_f >= 1.9