Browse Source

added test for scheme.primary_client_group

pull/656/head
JG 3 years ago
parent
commit
a820fcb100
  1. 1
      spec/features/schemes_spec.rb

1
spec/features/schemes_spec.rb

@ -107,6 +107,7 @@ RSpec.describe "Supported housing scheme Features" do
it "shows list of links to schemes" do
schemes.each do |scheme|
expect(page).to have_link(scheme.service_name)
expect(page).to have_content(scheme.primary_client_group)
end
end
end

Loading…
Cancel
Save