marksweston / finance

A library for financial calculations in Ruby
https://rubygems.org/gems/finance
Other
221 stars 91 forks source link

Advice on getting the tests to run #20

Closed mikej closed 11 years ago

mikej commented 11 years ago

I was going to contribute an extra feature to Finance but wanted to write a test to go with it first. At the moment if I try to run the tests either using the Rakefile or just using e.g. ruby test/test_amortization.rb then the .rb files load but the tests don't actually run.

If I replace require 'minitest/unit' with require 'test/unit' then the tests run correctly.

Is the same thing happening for anyone else or is it something to do with the specific versions of gems that I've got installed?

Thanks,

-Michael

bramswenson commented 11 years ago

[#21] should correct this issue if it gets merged.