diff --git a/test/test_helper.rb b/test/test_helper.rb index 6316e1db..96c05335 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,5 +1,9 @@ # frozen_string_literal: true +# Required to prevent vips issues on MacOS +# See https://github.com/libvips/ruby-vips/issues/155 +require "vips" + # In some situations Rails is not yet loaded here, so present? will not work. if ENV["COVERAGE"] && ENV["COVERAGE"] != "" require "simplecov"