Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test diamonds: reduce checking (#206)
GitHub: GH-188 Because csv file is too big (53,940 rows). Before this change: ```console $ time ruby test/run-test.rb -t DiamondsTest --verbose=important-only Finished in 3.367821 seconds. 2 tests, 2 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m4.179s user 0m3.738s sys 0m0.202s ``` After this change: ```console $ time ruby test/run-test.rb -t DiamondsTest --verbose=important-only Finished in 0.002048 seconds. 2 tests, 2 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m0.551s user 0m0.379s sys 0m0.085s ```
- Loading branch information