Add "new_translatable" shared example to budget investments feature specs

This commit is contained in:
Senén Rodero Rodríguez
2019-04-25 15:34:22 +02:00
committed by voodoorai2000
parent 673fecf92a
commit 1abcd95441

View File

@@ -24,6 +24,11 @@ describe "Budget Investments" do
context "Concerns" do
it_behaves_like "notifiable in-app", Budget::Investment
it_behaves_like "relationable", Budget::Investment
it_behaves_like "new_translatable",
"budget_investment",
"new_budget_investment_path",
%w[title],
{ "description" => :ckeditor }
end
context "Load" do