Add explicit text_formatting setting

pull/6827/head
Oliver Günther 7 years ago
parent 8fb1232e02
commit a20cf2cea8
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      spec/application_helper_spec.rb

@ -38,7 +38,7 @@ describe ApplicationHelper do
include Rails.application.routes.url_helpers 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(:project) { FactoryGirl.create :valid_project }
let(:identifier) { project.identifier } let(:identifier) { project.identifier }
let(:role) { let(:role) {

Loading…
Cancel
Save