Sha256: 417bc9c36abb16939ad6c537d63c16044349b2b6656f3aafd44e0be05c78a8dd
Contents?: true
Size: 222 Bytes
Versions: 9
Compression:
Stored size: 222 Bytes
Contents
# frozen_string_literal: true RSpec.configure do |c| c.before do stub_const('ImageOptim::Config::GLOBAL_PATH', File::NULL) stub_const('ImageOptim::Config::LOCAL_PATH', File::NULL) end c.order = :random end
Version data entries
9 entries across 9 versions & 1 rubygems