lib/decidim/comments/test.rb in decidim-comments-0.25.2 vs lib/decidim/comments/test.rb in decidim-comments-0.26.0.rc1

- old
+ new

@@ -1,5 +1,7 @@ # frozen_string_literal: true require "decidim/comments/test/shared_examples/create_comment_context" require "decidim/comments/test/shared_examples/comment_event" +require "decidim/comments/test/shared_examples/translatable_comment" require "decidim/comments/test/shared_examples/comment_voted_event" +require "decidim/comments/test/shared_examples/has_comments_availability_attributes"