Skip to content

Commit adbbdde

Browse files
committed
add tags to the ticket valid attributes
1 parent b8cf393 commit adbbdde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/live/ticket_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ def valid_attributes
99
:priority => "normal",
1010
:requester_id => user.id,
1111
:submitter_id => user.id,
12-
:collaborator_ids => [agent.id]
12+
:collaborator_ids => [agent.id],
13+
:tags => ["awesome", "blossom"]
1314
}
1415
end
1516

0 commit comments

Comments
 (0)