Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 382 Bytes

File metadata and controls

26 lines (17 loc) · 382 Bytes

1. Environment

  • Ruby 4.0.3

2. Install Gems via Gemfile and Bundler

$ bundle install
$ bundle lock --add-checksums

3. Bulk Execution of Unit Tests

$ cd ./ruby
$ rake
Run options: --seed 20563

# Running:

..............

Finished in 1.575424s, 8.8865 runs/s, 246.9177 assertions/s.

14 runs, 389 assertions, 0 failures, 0 errors, 0 skips