summaryrefslogtreecommitdiff
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
parent3cf6fcafa0d16ee185ba389d03c0f3a60289939f (diff)
downloadffi-yajl-22fb26595a3f8c3946292e1f815682c470ee2b55.tar.gz
backing coveralls out
-rw-r--r--Gemfile2
-rw-r--r--spec/spec_helper.rb3
2 files changed, 0 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 1de85cb..53c4646 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,5 +6,3 @@ platforms :rbx do
gem 'rubysl', '~> 2.0'
end
-gem 'coveralls', require: false
-
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