Closed
Description
The one thing I really, really wish I'd done differently during design was to research RSpec a little more. It probably makes better sense to flip around all of the spec stuff so that instead of "NMatrix float64 should correctly invert your little sister," it does things like:
NMatrix#invert should correctly invert your float64 little sister.
This requires a bit more design. But it probably doesn't require rewriting too many examples -- just rearranging stuff. Good way to get involved in the project and learn RSpec. =)