mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
cleanup post action creator
This commit is contained in:
parent
6ceb108946
commit
b94c53c71c
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
require 'rails_helper'
|
||||
require 'post_action_creator'
|
||||
|
||||
describe PostCreator do
|
||||
describe PostActionCreator do
|
||||
let(:user) { Fabricate(:user) }
|
||||
let(:post) { Fabricate(:post) }
|
||||
let(:group) { Fabricate(:group) }
|
||||
let(:like_type_id) { PostActionType.types[:like] }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue