lib/ggem/template_file/test_helper.rb.erb in ggem-1.9.3 vs lib/ggem/template_file/test_helper.rb.erb in ggem-1.9.4
- old
+ new
@@ -1,11 +1,13 @@
-# this file is automatically required when you run `assert`
-# put any test helpers here
+# frozen_string_literal: true
-# add the root dir to the load path
+# This file is automatically required when you run `assert`; put any test
+# helpers here.
+
+# Add the root dir to the load path.
$LOAD_PATH.unshift(File.expand_path("../..", __FILE__))
-# require pry for debugging (`binding.pry`)
+# Require pry for debugging (`binding.pry`).
require "pry"
require "test/support/factory"
# TODO: put test helpers here...