remove trailing whitespaces

This commit is contained in:
Martin Wortschack 2018-09-05 14:37:06 +02:00
parent 02b86d39a4
commit e3d48eb19f
3 changed files with 1 additions and 3 deletions

View File

@ -28,4 +28,3 @@
= _('Control the display of third party offers.')
.settings-content
= render 'third_party_offers', application_setting: @application_setting

View File

@ -10,7 +10,6 @@ module QA
end
def expand_repository_storage(&block)
expand_section(:terms_settings) do
RepositoryStorage.perform(&block)
end

View File

@ -301,7 +301,7 @@ describe 'Admin updates settings' do
it 'Configure web terminal' do
visit admin_application_settings_path
page.within('.as-terminal') do
fill_in 'Max session time', with: 15
click_button 'Save changes'