backups
This commit is contained in:
parent
55df5bbb40
commit
fd42a3f173
8 changed files with 123 additions and 4 deletions
8
test/controllers/admin/backups_controller_test.rb
Normal file
8
test/controllers/admin/backups_controller_test.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
require 'test_helper'
|
||||
|
||||
class Admin::BackupsControllerTest < ActionDispatch::IntegrationTest
|
||||
test 'should show admin_backup' do
|
||||
get admin_backup_url(@admin_backup)
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue