ruby-numo / numo-narray

Ruby/Numo::NArray - New NArray class library
http://ruby-numo.github.io/narray/
BSD 3-Clause "New" or "Revised" License
418 stars 42 forks source link

Migrate tests from rspec to test-unit #73

Closed sonots closed 6 years ago

sonots commented 6 years ago

As I talked with @masa16, I've migrated tests into test-unit from rspec because:

  1. We feel the advantage of rspec (readability) was lessened after expect notation is introduced.
  2. test-unit gem is now a standard library of cruby itself.

Please note that this uses power_assert. How to run tests is written on README.md.