Sha256: 5179515f8d6fd2dca0ebf78ce15e86978d3f719ba70f66679051260955b66703

Contents?: true

Size: 336 Bytes

Versions: 3

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

require 'libreconv'
require 'pry-byebug'
require 'webmock/rspec'

def fixture_path(*paths)
  File.expand_path(File.join(File.dirname(__FILE__), 'fixtures', *paths))
end

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus

  config.order = 'random'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
libreconv-0.9.4 spec/spec_helper.rb
libreconv-0.9.3 spec/spec_helper.rb
libreconv-0.9.2 spec/spec_helper.rb