Fix tests
This commit is contained in:
parent
fbf6923835
commit
6e1a17281d
22 changed files with 235 additions and 13 deletions
|
|
@ -5,6 +5,11 @@ require "application_system_test_case"
|
|||
class LinkCategoriesTest < ApplicationSystemTestCase
|
||||
setup do
|
||||
@link_category = link_categories(:one)
|
||||
login_test
|
||||
end
|
||||
|
||||
teardown do
|
||||
logout
|
||||
end
|
||||
|
||||
test "visiting the index" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue