We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be9245 commit d2c98c4Copy full SHA for d2c98c4
test/test_helper.rb
@@ -1,5 +1,9 @@
1
# frozen_string_literal: true
2
3
+# Required to prevent vips issues on MacOS
4
+# See https://github.com/libvips/ruby-vips/issues/155
5
+require "vips"
6
+
7
# In some situations Rails is not yet loaded here, so present? will not work.
8
if ENV["COVERAGE"] && ENV["COVERAGE"] != ""
9
require "simplecov"
0 commit comments