Sha256: c22064f8d26f52f458f97281f3beb985cdadf9aceaa9989d40367669dc64857a

Contents?: true

Size: 627 Bytes

Versions: 35

Compression:

Stored size: 627 Bytes

Contents

# frozen_string_literal: true

require 'capybara/rspec/matchers/base'

module Capybara
  module RSpecMatchers
    module Matchers
      class HaveCurrentPath < WrappedElementMatcher
        def element_matches?(el)
          el.assert_current_path(current_path, **@kw_args, &@filter_block)
        end

        def element_does_not_match?(el)
          el.assert_no_current_path(current_path, **@kw_args, &@filter_block)
        end

        def description
          "have current path #{current_path.inspect}"
        end

      private

        def current_path
          @args.first
        end
      end
    end
  end
end

Version data entries

35 entries across 25 versions & 4 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/capybara-3.40.0/lib/capybara/rspec/matchers/have_current_path.rb
capybara-3.40.0 lib/capybara/rspec/matchers/have_current_path.rb
capybara-3.39.2 lib/capybara/rspec/matchers/have_current_path.rb
capybara-3.39.1 lib/capybara/rspec/matchers/have_current_path.rb
capybara-3.39.0 lib/capybara/rspec/matchers/have_current_path.rb
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/capybara-3.36.0/lib/capybara/rspec/matchers/have_current_path.rb
capybara-3.38.0 lib/capybara/rspec/matchers/have_current_path.rb
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/capybara-3.37.1/lib/capybara/rspec/matchers/have_current_path.rb
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/capybara-3.37.1/lib/capybara/rspec/matchers/have_current_path.rb
capybara-3.37.1 lib/capybara/rspec/matchers/have_current_path.rb
capybara-3.37.0 lib/capybara/rspec/matchers/have_current_path.rb
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/capybara-3.36.0/lib/capybara/rspec/matchers/have_current_path.rb
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/capybara-3.36.0/lib/capybara/rspec/matchers/have_current_path.rb
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/capybara-3.35.3/lib/capybara/rspec/matchers/have_current_path.rb
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/capybara-3.36.0/lib/capybara/rspec/matchers/have_current_path.rb
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/capybara-3.36.0/lib/capybara/rspec/matchers/have_current_path.rb
capybara-3.36.0 lib/capybara/rspec/matchers/have_current_path.rb
tdiary-5.1.7 vendor/bundle/ruby/2.7.0/gems/capybara-3.35.3/lib/capybara/rspec/matchers/have_current_path.rb
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/capybara-3.35.3/lib/capybara/rspec/matchers/have_current_path.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/2.7.0/gems/capybara-3.35.3/lib/capybara/rspec/matchers/have_current_path.rb