Sha256: 0714a0dcae42d185788e4d8060617462c750a083ee9928bc4266d0a2392ff80a

Contents?: true

Size: 305 Bytes

Versions: 49

Compression:

Stored size: 305 Bytes

Contents

# frozen_string_literal: true

RSpec.describe "Search History Routes" do
  routes { Blacklight::Engine.routes }
  # paths generated by custom routes
  it "has a path for showing the search history" do
    expect(get: "/search_history").to route_to(controller: 'search_history', action: 'index')
  end
end

Version data entries

49 entries across 48 versions & 2 rubygems

Version Path
blacklight-7.26.1 spec/routing/search_history_spec.rb
blacklight-7.26.0 spec/routing/search_history_spec.rb
blacklight-7.25.3 spec/routing/search_history_spec.rb
blacklight-7.25.2 spec/routing/search_history_spec.rb
blacklight-7.25.1 spec/routing/search_history_spec.rb
blacklight-7.25.0 spec/routing/search_history_spec.rb
blacklight-7.24.0 spec/routing/search_history_spec.rb
blacklight-7.23.0.1 spec/routing/search_history_spec.rb
blacklight-7.23.0 spec/routing/search_history_spec.rb