# File lib/librarian/rspec/support/cli_macro.rb, line 36 def actual_content @actual_content ||= begin s = full_path.read s = JSON.parse(s) if type == :json s end end