Sha256: d0333187c6cfb1282537e771e4d5dcf1f702a5d0712d7a018c6347228809fedb

Contents?: true

Size: 264 Bytes

Versions: 151

Compression:

Stored size: 264 Bytes

Contents

require_relative "./matchers/be_axe_clean"
require_relative "./expectation"

module Axe
  module DSL
    module_function

    # get the be_axe_clean matcher method
    extend Matchers

    def expect(page)
      AccessibilityExpectation.new page
    end
  end
end

Version data entries

151 entries across 151 versions & 1 rubygems

Version Path
axe-core-api-4.10.1.pre.5294583 lib/axe/dsl.rb
axe-core-api-4.10.2 lib/axe/dsl.rb
axe-core-api-4.10.2.pre.2cca230 lib/axe/dsl.rb
axe-core-api-4.10.1.pre.46a0052 lib/axe/dsl.rb
axe-core-api-4.10.1.pre.7e72b19 lib/axe/dsl.rb
axe-core-api-4.10.1.pre.5e15f96 lib/axe/dsl.rb
axe-core-api-4.10.2.pre.5bd4e5c lib/axe/dsl.rb
axe-core-api-4.10.1.pre.7bf959f lib/axe/dsl.rb
axe-core-api-4.10.1 lib/axe/dsl.rb
axe-core-api-4.10.0.pre.53569f6 lib/axe/dsl.rb
axe-core-api-4.10.1.pre.7a3723a lib/axe/dsl.rb
axe-core-api-4.10.0.pre.d102edb lib/axe/dsl.rb
axe-core-api-4.9.1.pre.7a03090 lib/axe/dsl.rb
axe-core-api-4.9.1.pre.1a5838a lib/axe/dsl.rb
axe-core-api-4.10.0 lib/axe/dsl.rb
axe-core-api-4.10.0.pre.5d7eac5 lib/axe/dsl.rb
axe-core-api-4.9.1.pre.f16172e lib/axe/dsl.rb
axe-core-api-4.9.1.pre.09e659e lib/axe/dsl.rb
axe-core-api-4.9.1.pre.a80eeee lib/axe/dsl.rb
axe-core-api-4.9.0.pre.a02013a lib/axe/dsl.rb