Browse Source

Remove binding

pull/2511/head
Kat 2 years ago committed by kosiakkatrina
parent
commit
3e4fd4c1c7
  1. 1
      spec/requests/organisations_controller_spec.rb

1
spec/requests/organisations_controller_spec.rb

@ -2114,7 +2114,6 @@ RSpec.describe OrganisationsController, type: :request do
get "/organisations/#{organisation.id}/data-sharing-agreement", headers: headers get "/organisations/#{organisation.id}/data-sharing-agreement", headers: headers
expect(response).to have_http_status(:ok) expect(response).to have_http_status(:ok)
expect(page).to have_content("This agreement is made the 2nd day of March 2001") expect(page).to have_content("This agreement is made the 2nd day of March 2001")
# binding.pry
expect(page).to have_content("1) Org name") expect(page).to have_content("1) Org name")
end end
end end

Loading…
Cancel
Save