lib/spectus/result/pass.rb in spectus-3.0.6 vs lib/spectus/result/pass.rb in spectus-3.0.7
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require_relative 'base'
module Spectus
module Result
# The class that is responsible for reporting that the expectation is true.