Sha256: 7b911f8e0463957c4b9828956c8db0de195ed9387c3adff024d4168f33aeca3b

Contents?: true

Size: 410 Bytes

Versions: 7

Compression:

Stored size: 410 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'multi_json'
require 'useragent_parser'

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  # == Mock Framework
  #
  # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
  #
  # config.mock_with :mocha
  # config.mock_with :flexmock
  # config.mock_with :rr
  config.mock_with :rspec
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
useragent_parser-0.2.2 spec/spec_helper.rb
useragent_parser-0.2.1 spec/spec_helper.rb
useragent_parser-0.2.0 spec/spec_helper.rb
useragent_parser-0.1.1 spec/spec_helper.rb
useragent_parser-0.1.0 spec/spec_helper.rb
useragent_parser-0.0.4 spec/spec_helper.rb
useragent_parser-0.0.3 spec/spec_helper.rb