Sha256: ce271b5602471fd3c5187fd6d825e1864cef0535d3f16a225e6a0297227ccbbc

Contents?: true

Size: 488 Bytes

Versions: 13

Compression:

Stored size: 488 Bytes

Contents

require 'rspotify'

RSpec.configure do |config|

  config.filter_run :focus
  config.run_all_when_everything_filtered = true

  if config.files_to_run.one?
    config.default_formatter = 'doc'
  end

  config.profile_examples = 10

  config.order = :random

  Kernel.srand config.seed

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

  config.mock_with :rspec do |mocks|
    mocks.syntax = :expect

    mocks.verify_partial_doubles = true
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rspotify-1.2.0 spec/spec_helper.rb
rspotify-1.1.0 spec/spec_helper.rb
rspotify-1.0.0 spec/spec_helper.rb
rspotify-0.11.0 spec/spec_helper.rb
rspotify-0.10.0 spec/spec_helper.rb
rspotify-0.9.0 spec/spec_helper.rb
rspotify-0.8.0 spec/spec_helper.rb
rspotify-0.7.1 spec/spec_helper.rb
rspotify-0.7.0 spec/spec_helper.rb
rspotify-0.6.0 spec/spec_helper.rb
rspotify-0.5.0 spec/spec_helper.rb
rspotify-0.4.0 spec/spec_helper.rb
rspotify-0.3.1 spec/spec_helper.rb