Edit Project

Built c3ee45e successfully

Added yard generation to rake tasks, but not continuous integration (still bugging out)

by: elliottcable | on Sep 20th | commit: c3ee45ea4469c326104ec850cdb6e06be5ca5854

Build Output:

rm -r meta/coverage
(in /srv/sites/integrit.yreality.net/exports/elliottcable-rdie-master)

Exceptions
- should have a not_found method
- should have a not_acceptable method

Classist
- should allow the attachment of functionality to syntactically sugary class creation
- should allow the attachment of functionality to anonymous class creation (PENDING: TODO)

Core extensions:

Core extensions: Object
- should respond to #on_execute
- should run the on_execute block only if __FILE__ and $0 are the same

Core extensions:

Core extensions: Symbol
- should respond to #/
- should be able to join two symbols into a string
- should be able to join a symbol and a string into a string
- should work the same as String#/ from merb-core

D (the die class)
- should be able to roll standard RPG gaming die
- should be able to roll d00, i.e. d100
- should be able to do basic die math
- should explode if you send a non-mathematical method to a die
- should be min-able
- should be max-able
- should accept chaining of arbitrary methods

Pending:
Classist should allow the attachment of functionality to anonymous class creation (TODO)

Finished in 0.118701 seconds

17 examples, 0 failures, 1 pending
Coverage: 97.6% (threshold: 97.5%)
Spec-ratio: 129/620 (0.20, expected >=: 0.2)

Previous builds