spec/spec_helper.rb in nanoc-4.7.9 vs spec/spec_helper.rb in nanoc-4.7.10
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'simplecov'
SimpleCov.start
require 'codecov'
SimpleCov.formatter = SimpleCov::Formatter::Codecov
- old
+ new