Sha256: 905bd7507336868624419819fa2069d324fffa90815def37a8045cf40fa7fba8

Contents?: true

Size: 495 Bytes

Versions: 2

Compression:

Stored size: 495 Bytes

Contents

# How this gem is tested

We build a matrix of test cases from the gemfiles and scenarios directories.

The gemfiles contain each of the different gem configurations we want to test with. Then, for each gemfile, there's a scenarios file which lists the Ruby scripts from the scenarios directory that we'll run as tests in that gemfile's environment.

Success for each test case is:
1. nothing was written to standard output
2. the Ruby script exited with status 0 (i.e. no exception was raised)

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
phillipug-foodie-0.1.0 .vendor/ruby/3.0.0/gems/multi_test-0.1.2/test/README.md
multi_test-0.1.2 test/README.md