Sha256: d098174151cc54d4a2ea635923a6a4ae41a7ced564dc54a9545bae4e844a1e7f

Contents?: true

Size: 334 Bytes

Versions: 84

Compression:

Stored size: 334 Bytes

Contents

require File.expand_path("../endpoint_marshal_fail", __FILE__)

Artifice.deactivate

class EndpointMarshalFailBasicAuthentication < EndpointMarshalFail
  before do
    unless env["HTTP_AUTHORIZATION"]
      halt 401, "Authentication info not supplied"
    end
  end
end

Artifice.activate_with(EndpointMarshalFailBasicAuthentication)

Version data entries

84 entries across 84 versions & 3 rubygems

Version Path
bundler-1.7.15 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.14 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.13 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.12 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.11 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.10 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.9 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.8 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.7 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.6 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.6.9 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.5 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.6.8 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.4 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.6.7 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.3 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.6.6 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.2 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.1 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
bundler-1.7.1.pre.3 spec/support/artifice/endopint_marshal_fail_basic_authentication.rb