Minispec - a new testing library that tends to be as simple and intuitive as Ruby are
Minispec uses native Ruby methods for testing:
is(a) == b
does(a).include?(b)
is(a).empty?
More examples
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Minispec uses native Ruby methods for testing:
is(a) == b
does(a).include?(b)
is(a).empty?
More examples
Post a comment