Sha256: 5bde091cbb6955bda8b72763d55b53c15eea03a036579e222ec838050b472539

Contents?: true

Size: 322 Bytes

Versions: 6

Compression:

Stored size: 322 Bytes

Contents

require 'libreconv'

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

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

  config.order = 'random'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
libreconv-0.8.1 spec/spec_helper.rb
libreconv-0.8.0 spec/spec_helper.rb
libreconv-0.7.0 spec/spec_helper.rb
libreconv-0.6.1 spec/spec_helper.rb
libreconv-0.6.0 spec/spec_helper.rb
libreconv-0.5.0 spec/spec_helper.rb