Created
May 4, 2009 22:08
-
-
Save jarib/106709 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bin/mspec tag --list fails spec/core/kernel | |
rubinius 0.11.0-dev (ruby 1.8.6) (1860a5059 12/31/2009) [i686-apple-darwin9.6.0] | |
Listing specs tagged with 'fails' | |
Kernel#const_lookup raises NameError if the constant is not contained within the module's scope | |
Kernel#const_lookup returns the value of #const_missing | |
Kernel#require loads a .rbc file directly | |
Kernel#require compiles a .rbc file when re-evaluating the source file | |
Kernel#require loads a .rbc file if it's not older than the associated .rb file | |
Kernel#require loads a .rbc even if the .rb is missing | |
Kernel#require does not recursively load an rbc file that requires itself | |
Kernel#require loads a .rb from a .rba in $LOAD_PATH | |
Kernel#require loads a .rb from a .rba in $LOAD_PATH, only once | |
Type.coerce_to returns obj if already correct type according to Type.obj_kind_of? | |
$ bin/mspec run spec/core/kernel | |
rubinius 0.11.0-dev (ruby 1.8.6) (1860a5059 12/31/2009) [i686-apple-darwin9.6.0] | |
......................................... | |
Finished in 0.758672 seconds | |
8 files, 41 examples, 92 expectations, 0 failures, 0 errors | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment