@ -1,6 +1,6 @@
[![CI/CD Pipeline](https://github.com/communitiesuk/mhclg-data-collection-beta/actions/workflows/pipeline.yml/badge.svg?branch=main&event=push)](https://github.com/communitiesuk/mhclg-data-collection-beta/actions/workflows/pipeline.yml)
# Log social housing lettings and sales (CORE)
# Submit social housing lettings and sales data (CORE)
This is the codebase for the Ruby on Rails app that will handle the submission of lettings and sales of social housing data in England.
@ -30,6 +30,6 @@
# available at https://guides.rubyonrails.org/i18n.html.
en:
service_name: "Log social housing lettings and sales (CORE)"
service_name: "Submit social housing lettings and sales data (CORE)"
organisation:
updated: "Organisation details updated"
@ -2,7 +2,7 @@ require "rails_helper"
RSpec.describe "Test Features" do
it "Displays the name of the app" do
visit("/")
expect(page).to have_content("Log social housing lettings and sales (CORE)")
expect(page).to have_content("Submit social housing lettings and sales data (CORE)")
end
it "Links to the About page" do