fix/skip system tests
This commit is contained in:
parent
a4e8a4b081
commit
338447763f
6 changed files with 24 additions and 12 deletions
|
|
@ -6,6 +6,8 @@ module Admin
|
|||
class BackupsTest < ApplicationSystemTestCase
|
||||
test "should create backup" do
|
||||
visit admin_backup_url
|
||||
|
||||
assert(page.body.size > 0)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue