Skip to content
Snippets Groups Projects
Commit ad8158e4 authored by Sean McGivern's avatar Sean McGivern
Browse files

Add frozen_string_literal to recently-added files from the community

parent e5c0f495
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces project references with links.
Loading
Loading
# frozen_string_literal: true
module Banzai
module ReferenceParser
class ProjectParser < BaseParser
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Banzai::Filter::ProjectReferenceFilter do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Banzai::ReferenceParser::ProjectParser do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment