Sha256: 5cec43bb5d195082d521c64f80b1db927375ecb4db0a2b1e0a263b787d50cf17

Contents?: true

Size: 296 Bytes

Versions: 15

Compression:

Stored size: 296 Bytes

Contents

Restspec.configure do |config|
  config.base_url = 'http://localhost:3000'
  config.schema_definition = "#{File.dirname __FILE__}/schemas.rb"
  config.endpoints_definition = "#{File.dirname __FILE__}/endpoints.rb"
  config.requirements_definition = "#{File.dirname __FILE__}/requirements.rb"
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
restspec-0.3.2 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.3.1 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.3.0 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.2.6 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.2.5 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.2.4 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.2.3 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.2.2 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.2.1 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.2 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.1 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.0.4 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.0.3 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.0.2 examples/store-api-tests/spec/api/restspec/restspec_config.rb
restspec-0.0.1 examples/store-api-tests/spec/api/restspec/restspec_config.rb