inspec/test/functional
Ryan Davis 865e0d43c0 Fixed a race condition in the tests on windows.
Second test would always fail, resumably because the GC kicks in and
the tempfile gets obliterated before the subprocess can read it.

Don't do tempfiles via let. Do them via ivars so they can persist.
2019-11-12 14:51:56 -08:00
..
filter_table_test.rb Fixed the rest of the minitest deprecations by removing FuncTestRunResult. 2019-10-22 12:15:28 -07:00
git_fetcher_test.rb Corresponding fixes for the move from test/unit/mock to test/fixtures. 2019-11-08 19:20:12 -08:00
helper.rb Added test command caching and refactored inspec helper to run_cmd. 2019-11-12 14:51:56 -08:00
inheritance_test.rb First pass at cleaning deprecations for old minitest/spec-style tests. 2019-10-03 13:45:19 -07:00
inputs_test.rb Fixes for some of the inspec exec tests under Windows. 2019-11-12 14:51:56 -08:00
inspec_archive_test.rb First pass at cleaning deprecations for old minitest/spec-style tests. 2019-10-03 13:45:19 -07:00
inspec_check_test.rb Corresponding fixes for the move from test/unit/mock to test/fixtures. 2019-11-08 19:20:12 -08:00
inspec_detect_test.rb First pass at cleaning deprecations for old minitest/spec-style tests. 2019-10-03 13:45:19 -07:00
inspec_exec_automate_test.rb Fixed a race condition in the tests on windows. 2019-11-12 14:51:56 -08:00
inspec_exec_json_test.rb Fixes for some of the inspec exec tests under Windows. 2019-11-12 14:51:56 -08:00
inspec_exec_jsonmin_test.rb Fixes for some of the inspec exec tests under Windows. 2019-11-12 14:51:56 -08:00
inspec_exec_junit_test.rb Changed a bunch of profiles to use / instead of /tmp for Windows compat. 2019-11-12 14:51:56 -08:00
inspec_exec_test.rb Fixes to get inspec_exec_test.rb green on Windows. 2019-11-12 14:51:56 -08:00
inspec_json_profile_test.rb Fixes for some of the inspec exec tests under Windows. 2019-11-12 14:51:56 -08:00
inspec_report_test.rb First pass at cleaning deprecations for old minitest/spec-style tests. 2019-10-03 13:45:19 -07:00
inspec_schema_test.rb First pass at cleaning deprecations for old minitest/spec-style tests. 2019-10-03 13:45:19 -07:00
inspec_shell_test.rb Strip all ANSI color codes from output in inspec_shell_test.rb 2019-11-12 14:50:39 -08:00
inspec_supermarket_test.rb First pass at cleaning deprecations for old minitest/spec-style tests. 2019-10-03 13:45:19 -07:00
inspec_test.rb First pass at cleaning deprecations for old minitest/spec-style tests. 2019-10-03 13:45:19 -07:00
inspec_vendor_test.rb Switched chefstyle back to Layout/AlignArguments=with_first_argument. 2019-11-08 12:57:43 -08:00
license_test.rb Get the license_tests passing 2019-11-12 14:51:56 -08:00
logging_test.rb Corresponding fixes for the move from test/unit/mock to test/fixtures. 2019-11-08 19:20:12 -08:00
plugins_test.rb Fixed the rest of the minitest deprecations by removing FuncTestRunResult. 2019-10-22 12:15:28 -07:00
ui_test.rb Improve debugging of json parse failures in functional tests. 2019-10-21 13:30:14 -07:00
waivers_test.rb Fixed the rest of the minitest deprecations by removing FuncTestRunResult. 2019-10-22 12:15:28 -07:00