Adding "frozen_string_literal" back to the file

Mistakenly removed the line "# frozen_string_literal: true". This commit adds it back in.
This commit is contained in:
filipefurtad0
2021-01-03 17:46:41 +00:00
committed by Matt-Yorkley
parent 3edf5fd6d9
commit 8a453abd26

View File

@@ -1,3 +1,4 @@
# frozen_string_literal: true
require 'spec_helper'
describe "Tax Rates" do