oktest 1.2.1
Oktest.rb is a new-style testing library for Ruby. * `ok {actual} == expected` style assertion. * **Fixture injection** inspired by dependency injection. * Structured test specifications like RSpec. * Filtering testcases by pattern or tags. * Blue/red color instead of green/red for accesability. * Small code size (about 2300 lines) and good performance. See https://github.com/kwatch/oktest/tree/ruby/ruby for details.
Gemfile:
=
安装:
=
Runtime 依赖 (2):
benry-recorder
~> 1.0
diff-lcs
~> 1.0