We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15305bf commit ea68213Copy full SHA for ea68213
Gemfile
@@ -2,6 +2,5 @@ source 'https://rubygems.org'
2
3
# Specify your gem's dependencies in optimizely-sdk.gemspec
4
gemspec
5
-gem 'coveralls', require: false
6
gem 'murmurhash3'
7
gem 'webmock'
spec/spec_helper.rb
@@ -1,6 +1,3 @@
1
-require 'coveralls'
-Coveralls.wear!
-
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'optimizely'
require 'spec_params'
0 commit comments