Sha256: 35eb86c4acc05fe49205c6093a4e0503ecacb12a188c05cbfb77f86fc950d07d

Contents?: true

Size: 561 Bytes

Versions: 7

Compression:

Stored size: 561 Bytes

Contents

require 'webmock/rspec'
require 'ezlinkedin'
require 'ezlinkedin/errors'

# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
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

  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = 'random'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ezlinkedin-0.5.3 spec/spec_helper.rb
ezlinkedin-0.5.2 spec/spec_helper.rb
ezlinkedin-0.4.2 spec/spec_helper.rb
ezlinkedin-0.2.2 spec/spec_helper.rb
ezlinkedin-0.1.2 spec/spec_helper.rb
ezlinkedin-0.1.1 spec/spec_helper.rb
ezlinkedin-0.0.1 spec/spec_helper.rb