inspec/test/fixtures/config_dirs/test-fixture-2-float
Vasu1105 60f6147e4e Remove the test fixtures for ruby 2.6.0 as we are removing the ruby 2.6.0 tests.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2022-02-10 11:22:32 +05:30
..
gems Remove the test fixtures for ruby 2.6.0 as we are removing the ruby 2.6.0 tests. 2022-02-10 11:22:32 +05:30
plugins.json Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
README.md Corresponding fixes for the move from test/unit/mock to test/fixtures. 2019-11-08 19:20:12 -08:00

This test fixture is a user config dir setup as though the inspec-test-fixture v0.2.0 was already installed, and it has no version constraint.

This is interesting because (unlike 0.1.0) v0.2.0 has a gem dependency.

This was accomplished by executing (without bundler) the following commands:

mkdir -p test/fixtures/config_dirs/test-fixture-2-float/gems/{2.3.0,2.4.0,2.5.0}
# Here I'm running a ruby 2.4.x binary with rbenv
gem install -N -i test/fixtures/config_dirs/test-fixture-2-float/gems/2.4.0 test/fixtures/plugins/inspec-test-fixture/pkg/inspec-test-fixture-0.2.0.gem

Note that we will need to add an installation tree each time we support a new minor or major version of the Ruby VM.