spec/support/matchers/have_file_content.rb in vagrant-libvirt-0.5.3 vs spec/support/matchers/have_file_content.rb in vagrant-libvirt-0.6.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require "rspec/expectations/version"
#
# Taken from https://github.com/cucumber/aruba/blob/main/lib/aruba/matchers/file/have_file_content.rb
# with minor modifications
#