SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.03k stars 139 forks source link

Support running specs without gsl or nmatrix installed #537

Open jonspalmer opened 3 years ago

jonspalmer commented 3 years ago

Specs don't run cleanly without GSL and NMatrix gems installed. This fixes that by using simple rspec typing

Also excludes RServe specs unless ENV variable is set.