spec/spec_helper.rb in nexmos-0.1 vs spec/spec_helper.rb in nexmos-0.2
- old
+ new
@@ -2,9 +2,11 @@
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
+require 'coveralls'
+Coveralls.wear!
require 'webmock'
require 'webmock/rspec'
require 'nexmos'
RSpec.configure do |config|