Skip to content

Commit

Permalink
Add missing frozen_string_literal comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Apr 4, 2018
1 parent b7e7f24 commit 17f81e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/app/helpers/spree/taxon_filters_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spree/core/product_filters'

module Spree
Expand Down
2 changes: 2 additions & 0 deletions frontend/spec/helpers/taxon_filters_helper_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Spree::TaxonFiltersHelper, type: :helper do
Expand Down

0 comments on commit 17f81e8

Please sign in to comment.