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

Version Path
image_optim_pack-0.11.1.20250125-x86_64-linux spec/spec_helper.rb
image_optim_pack-0.11.1.20250125-x86_64-darwin spec/spec_helper.rb
image_optim_pack-0.11.1.20250125 spec/spec_helper.rb
image_optim_pack-0.11.1.20250108-x86_64-linux spec/spec_helper.rb
image_optim_pack-0.11.1.20250108-x86_64-darwin spec/spec_helper.rb
image_optim_pack-0.11.1.20250108 spec/spec_helper.rb
image_optim_pack-0.11.1.20241130-x86_64-linux spec/spec_helper.rb
image_optim_pack-0.11.1.20241130-x86_64-darwin spec/spec_helper.rb
image_optim_pack-0.11.1.20241130 spec/spec_helper.rb