mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Remove specs
This commit is contained in:
parent
68750883f0
commit
54577b530b
127 changed files with 1954 additions and 7197 deletions
13
test/system/admin_area/settings_test.rb
Normal file
13
test/system/admin_area/settings_test.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'application_system_test_case'
|
||||
|
||||
class AdminAreaSettingsTest < ApplicationSystemTestCase
|
||||
setup do
|
||||
sign_in users(:admin)
|
||||
end
|
||||
|
||||
def test_saves_settings
|
||||
visit admin_settings_url
|
||||
click_link_or_button 'Save'
|
||||
assert_text 'Settings have been successfully updated'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue