RxRubyKoans
RxRubyKoans copied to clipboard
readme review
Hi,
I read https://github.com/ReactiveX/RxRuby/issues/79 and quickly tried rxrubykoans.
- readme doesn't mention necessity to install dependencies (e.g. by
bundle install) - the mention of
npm installis probably forgotten from the README of the original JS app? - when I run
rake, all tests simply pass. It isn't behavior that I would expect from a "koans" test suite.
Hi, thanks for checking out the repo.
The tests are intentionally left passing, so someone with good knowledge of RxRuby can check them out. When it's done, I will fix the test suite, so it works like a proper koans test suite.
I have updated the README, you can check it out.