Sha256: 72e240ee3958edac3efe26a82b08b6529cd56d4ec3527fa5bcb3a0a93c27390e

Contents?: true

Size: 262 Bytes

Versions: 9

Compression:

Stored size: 262 Bytes

Contents

require 'simplecov'

SimpleCov.start do
  add_filter 'spec'
end

require 'rspec'
require 'rspec/its'
require 'webfinger'

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

require 'helpers/webmock_helper'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
webfinger-2.1.3 spec/spec_helper.rb
webfinger-2.1.2 spec/spec_helper.rb
webfinger-2.1.1 spec/spec_helper.rb
webfinger-2.1.0 spec/spec_helper.rb
webfinger-2.0.0 spec/spec_helper.rb
webfinger-1.2.0 spec/spec_helper.rb
webfinger-1.1.0 spec/spec_helper.rb
webfinger-1.0.2 spec/spec_helper.rb
webfinger-1.0.1 spec/spec_helper.rb