Simplify translatable tests in the public area
This commit is contained in:
@@ -15,11 +15,6 @@ describe "Proposals" do
|
||||
context "Concerns" do
|
||||
it_behaves_like "notifiable in-app", Proposal
|
||||
it_behaves_like "relationable", Proposal
|
||||
it_behaves_like "new_translatable",
|
||||
"proposal",
|
||||
"new_proposal_path",
|
||||
%w[title summary],
|
||||
{ "description" => :ckeditor }
|
||||
it_behaves_like "remotely_translatable",
|
||||
:proposal,
|
||||
"proposals_path",
|
||||
|
||||
Reference in New Issue
Block a user