spec/spec_helper.rb in danger-auto_label-1.0.0 vs spec/spec_helper.rb in danger-auto_label-1.1.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require "pathname"
ROOT = Pathname.new(File.expand_path("../../", __FILE__))
$:.unshift((ROOT + "lib").to_s)
$:.unshift((ROOT + "spec").to_s)