add controller tests
This commit is contained in:
Vendored
+2
-2
@@ -1,13 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user: one
|
||||
user: admin_user
|
||||
commentable: one
|
||||
commentable_type: Commentable
|
||||
body: MyText
|
||||
|
||||
two:
|
||||
user: two
|
||||
user: contributor_user
|
||||
commentable: two
|
||||
commentable_type: Commentable
|
||||
body: MyText
|
||||
|
||||
Reference in New Issue
Block a user