This file is indexed.

/usr/lib/ruby/vendor_ruby/fog/test_helpers.rb is in ruby-fog-core 1.42.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# So downstream users can use the test_helpers

require "fog/test_helpers/helper"
require "fog/test_helpers/collection_helper"
require "fog/test_helpers/formats_helper"
require "fog/test_helpers/mock_helper"
require "fog/test_helpers/model_helper"
require "fog/test_helpers/responds_to_helper"
require "fog/test_helpers/types_helper"
require "fog/test_helpers/succeeds_helper"
require "fog/test_helpers/compute/flavors_helper"
require "fog/test_helpers/compute/server_helper"
require "fog/test_helpers/compute/servers_helper"