Browse Source

typo

pull/1991/head
Kat 3 years ago
parent
commit
52c332b75f
  1. 2
      spec/requests/organisations_controller_spec.rb
  2. 2
      spec/requests/schemes_controller_spec.rb

2
spec/requests/organisations_controller_spec.rb

@ -123,7 +123,7 @@ RSpec.describe OrganisationsController, type: :request do
end
end
it "shows schemes in alpabetical order" do
it "shows schemes in alphabetical order" do
schemes[0].update!(service_name: "aaa", owning_organisation: user.organisation)
schemes[1].update!(service_name: "daa", owning_organisation: user.organisation)
schemes[2].update!(service_name: "baa", owning_organisation: user.organisation)

2
spec/requests/schemes_controller_spec.rb

@ -201,7 +201,7 @@ RSpec.describe SchemesController, type: :request do
assert_select ".govuk-tag", text: /Incomplete/, count: 1
end
it "shows schemes in alpabetical order" do
it "shows schemes in alphabetical order" do
schemes[0].update!(service_name: "aaa")
schemes[1].update!(service_name: "daa")
schemes[2].update!(service_name: "baa")

Loading…
Cancel
Save