Sha256: 3caae1c48f673d6dc3e486fd2b6f1341f6f44fe8e72439b13e72638569ca640a

Contents?: true

Size: 549 Bytes

Versions: 30

Compression:

Stored size: 549 Bytes

Contents

require 'restspec'

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

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end

  config.include Restspec::RSpec::ApiHelpers, :type => :api
  config.extend Restspec::RSpec::ApiMacros, :type => :api
  config.extend CustomMacros, :type => :api
end

require_relative './api/restspec/restspec_config'

Version data entries

30 entries across 15 versions & 1 rubygems

Version Path
restspec-0.3.2 lib/restspec/runners/install/templates/spec_helper.rb
restspec-0.3.2 examples/store-api-tests/spec/spec_helper.rb
restspec-0.3.1 lib/restspec/runners/install/templates/spec_helper.rb
restspec-0.3.1 examples/store-api-tests/spec/spec_helper.rb
restspec-0.3.0 examples/store-api-tests/spec/spec_helper.rb
restspec-0.3.0 lib/restspec/runners/install/templates/spec_helper.rb
restspec-0.2.6 lib/restspec/runners/install/templates/spec_helper.rb
restspec-0.2.6 examples/store-api-tests/spec/spec_helper.rb
restspec-0.2.5 lib/restspec/runners/install/templates/spec_helper.rb
restspec-0.2.5 examples/store-api-tests/spec/spec_helper.rb
restspec-0.2.4 lib/restspec/runners/install/templates/spec_helper.rb
restspec-0.2.4 examples/store-api-tests/spec/spec_helper.rb
restspec-0.2.3 lib/restspec/runners/install/templates/spec_helper.rb
restspec-0.2.3 examples/store-api-tests/spec/spec_helper.rb
restspec-0.2.2 lib/restspec/runners/install/templates/spec_helper.rb
restspec-0.2.2 examples/store-api-tests/spec/spec_helper.rb
restspec-0.2.1 lib/restspec/runners/install/templates/spec_helper.rb
restspec-0.2.1 examples/store-api-tests/spec/spec_helper.rb
restspec-0.2 lib/restspec/runners/install/templates/spec_helper.rb
restspec-0.2 examples/store-api-tests/spec/spec_helper.rb