spec/helper.rb in henkei-1.20.0 vs spec/helper.rb in henkei-1.21.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'simplecov'
SimpleCov.start
RSpec.configure do |config|
config.run_all_when_everything_filtered = true
- old
+ new