Extract spec methods to commons module to avoid code duplication
Because "translatable" and "new_translatable" shared examples needs same methods to manipulate translations.
This commit is contained in:
committed by
voodoorai2000
parent
d0bf0f8857
commit
64bfab9c9c
@@ -9,6 +9,7 @@ module CommonActions
|
||||
include Polls
|
||||
include Proposals
|
||||
include Tags
|
||||
include Translations
|
||||
include Users
|
||||
include Verifications
|
||||
include Votes
|
||||
|
||||
Reference in New Issue
Block a user