spec/dummy/config/environments/test.rb in rails_workflow-0.3.9 vs spec/dummy/config/environments/test.rb in rails_workflow-0.4.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
# The test environment is used exclusively to run your application's
# test suite. You never need to work with it otherwise. Remember that