Add "new_translatable" shared example to budget investments feature specs
This commit is contained in:
committed by
voodoorai2000
parent
673fecf92a
commit
1abcd95441
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user