Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-griffen committed Feb 23, 2024
1 parent b920ed6 commit 721b0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def assign_variables
assign_variables
render
expect(rendered).
to match(/data-search-url="\/en\/alaveteli_pro\/public_bodies"/)
to match(/data-search-url="\/alaveteli_pro\/public_bodies"/)
end

it "includes a hidden field for the body id" do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
before do
assign(:user_name, 'Paul Pro')
assign(:pro_site_name, 'Alaveteli Professional')
assign(:subscriptions_url, 'http://test.host/en/profile/subscriptions')
assign(:subscriptions_url, 'http://test.host/profile/subscriptions')
render
end

Expand Down

0 comments on commit 721b0f7

Please sign in to comment.