Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
253 B

require "rails_helper"
Rspec.describe Configuration::EnvConfigurationService do
before do
# Do nothing
end
after do
# Do nothing
end
context 'when condition' do
it 'succeeds' do
pending 'Not implemented'
end
end
end