spec/spec_helper.rb in danger-reek-0.2.1 vs spec/spec_helper.rb in danger-reek-0.3.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'pathname'
ROOT = Pathname.new(File.expand_path('..', __dir__))
$:.unshift((ROOT + 'lib').to_s)
$:.unshift((ROOT + 'spec').to_s)