backups
This commit is contained in:
parent
55df5bbb40
commit
fd42a3f173
8 changed files with 123 additions and 4 deletions
7
test/system/admin/backups_test.rb
Normal file
7
test/system/admin/backups_test.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'application_system_test_case'
|
||||
|
||||
class Admin::BackupsTest < ApplicationSystemTestCase
|
||||
test 'should create backup' do
|
||||
visit admin_backup_url
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue