From 22fb26595a3f8c3946292e1f815682c470ee2b55 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 23 Dec 2013 00:45:27 -0800 Subject: backing coveralls out --- spec/spec_helper.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'spec') 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 -- cgit v1.2.1