Skip to content
Snippets Groups Projects
Commit 6a6fbdec authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'add-frozen-string-literal-to-community-contribution-files' into 'master'

Add frozen_string_literal to recently-added files from the community

See merge request gitlab-org/gitlab-ce!21132
parents 9de7eb57 ad8158e4
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