#require 'simplecov'

#SimpleCov.start do
 # add_filter 'spec'
#end

require 'rspec'
require 'rspec/its'
require 'openid_connect'

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = [:should, :expect]
  end
end

require 'helpers/crypto_spec_helper'
require 'helpers/webmock_helper'
