From a20cf2cea8e3e4673711f8d568f30d8fc572ba0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Mon, 23 Apr 2018 14:30:51 +0200 Subject: [PATCH] Add explicit text_formatting setting --- spec/application_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/application_helper_spec.rb b/spec/application_helper_spec.rb index 11939fe556..3b3e190aaa 100644 --- a/spec/application_helper_spec.rb +++ b/spec/application_helper_spec.rb @@ -38,7 +38,7 @@ describe ApplicationHelper do include Rails.application.routes.url_helpers - describe ".format_text" do + describe ".format_text", with_settings: { text_formatting: 'markdown' } do let(:project) { FactoryGirl.create :valid_project } let(:identifier) { project.identifier } let(:role) {