Sha256: 89cfd67e45a21d9cc5caec3e3bd95c772d8a1018950fcd869b2648f23a5c13ee

Contents?: true

Size: 458 Bytes

Versions: 54

Compression:

Stored size: 458 Bytes

Contents

require "simplecov"
SimpleCov.start do
  add_filter "/spec/"
end

require "bundler/setup"
require 'rspec/match_fuzzy'
require "html2doc"

RSpec.configure do |config|
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = ".rspec_status"

  # Disable RSpec exposing methods globally on `Module` and `main`
  config.disable_monkey_patching!

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

54 entries across 54 versions & 2 rubygems

Version Path
html2doc-1.4.3 spec/spec_helper.rb
html2doc-1.4.2.1 spec/spec_helper.rb
html2doc-1.4.2 spec/spec_helper.rb
html2doc-1.4.1 spec/spec_helper.rb
html2doc-1.4.0.1 spec/spec_helper.rb
html2doc-1.4.0 spec/spec_helper.rb
html2doc-1.3.1 spec/spec_helper.rb
html2doc-1.3.0.1 spec/spec_helper.rb
html2doc-1.3.0 spec/spec_helper.rb
html2doc-1.2.1 spec/spec_helper.rb
html2doc-1.2.0 spec/spec_helper.rb
html2doc-1.1.4 spec/spec_helper.rb
html2doc-1.1.3 spec/spec_helper.rb
html2doc-1.1.2 spec/spec_helper.rb
html2doc-1.1.1 spec/spec_helper.rb
html2doc-1.1.0 spec/spec_helper.rb
html2doc-1.0.8 spec/spec_helper.rb
html2doc-1.0.7 spec/spec_helper.rb
html2doc-1.0.6 spec/spec_helper.rb
html2doc-1.0.5 spec/spec_helper.rb