Add comments translations

Co-Authored-By: Sebastia <sebastia.roig@gmail.com>
This commit is contained in:
Senén Rodero Rodríguez
2018-12-24 15:11:16 +01:00
committed by voodoorai2000
parent 096a9f6bb8
commit 158af0217d
4 changed files with 29 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ describe Comment do
let(:comment) { build(:comment) }
it_behaves_like "has_public_author"
it_behaves_like "globalizable", :comment
it "is valid" do
expect(comment).to be_valid