Execution literal
-------------------
 - `` should return the result of the executed sub-process FAILED:
undefined method `example' for main:Object: spec/language/literals/execution_spec.rb:5./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/execution_spec.rb:4./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/execution_spec.rb:3
 - %x() is the same (with also interpolation) FAILED:
undefined method `example' for main:Object: spec/language/literals/execution_spec.rb:13./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/execution_spec.rb:12./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/execution_spec.rb:3

Hash literal
-------------------
 - {} should return a new hash populated with the given elements FAILED:
undefined method `example' for main:Object: spec/language/literals/hash_spec.rb:5./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/hash_spec.rb:4./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/hash_spec.rb:3

Using the literal form to create Symbols
-------------------
 - Colon followed by a valid series of characters creates a Symbol FAILED:
undefined method `example' for main:Object: spec/language/literals/symbol_spec.rb:5./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/symbol_spec.rb:4./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/symbol_spec.rb:3
 - Anything that would be a valid variable, method or constant name can be used in a literal Symbol FAILED:
undefined method `example' for main:Object: spec/language/literals/symbol_spec.rb:12./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/symbol_spec.rb:11./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/symbol_spec.rb:3
 - Colon followed by a single- or double-quoted String creates a Symbol which may contain nonvalid characters FAILED:
undefined method `example' for main:Object: spec/language/literals/symbol_spec.rb:30./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/symbol_spec.rb:29./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/symbol_spec.rb:3
 - If the String consists of valid characters only, the representation is converted to a plain literal FAILED:
undefined method `example' for main:Object: spec/language/literals/symbol_spec.rb:42./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/symbol_spec.rb:41./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/symbol_spec.rb:3
 - The string may not be empty FAILED:
undefined method `example' for main:Object: spec/language/literals/symbol_spec.rb:51./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/symbol_spec.rb:50./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/symbol_spec.rb:3
 - %s general-delimited expression creates Symbols like a single-quoted String FAILED:
undefined method `example' for main:Object: spec/language/literals/symbol_spec.rb:61./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/symbol_spec.rb:60./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/symbol_spec.rb:3
 - Each time a Symbol is constructed, the same object is returned FAILED:
undefined method `example' for main:Object: spec/language/literals/symbol_spec.rb:68./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/symbol_spec.rb:67./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/symbol_spec.rb:3

Ruby character strings in various ways
-------------------
 - with no interpolation FAILED:
undefined method `example' for #<Object:0x5703c8 @ip="xxx">: spec/language/literals/string_spec.rb:18./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/string_spec.rb:17./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/string_spec.rb:11
 - interpolation is used with #{your_var} FAILED:
undefined method `example' for #<Object:0x5703c8 @ip="xxx">: spec/language/literals/string_spec.rb:24./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/string_spec.rb:23./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/string_spec.rb:11
 - instance variables can also be interpolated just with the # character FAILED:
undefined method `example' for #<Object:0x5703c8 @ip="xxx">: spec/language/literals/string_spec.rb:31./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/string_spec.rb:30./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/string_spec.rb:11
 - using percent and different characters to delimit a string FAILED:
undefined method `example' for #<Object:0x5703c8 @ip="xxx">: spec/language/literals/string_spec.rb:38./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/string_spec.rb:37./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/string_spec.rb:11
 - using percent with 'q' should stop interpolation FAILED:
undefined method `example' for #<Object:0x5703c8 @ip="xxx">: spec/language/literals/string_spec.rb:60./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/string_spec.rb:59./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/string_spec.rb:11
 - using percent with 'Q' should force interpolation FAILED:
undefined method `example' for #<Object:0x5703c8 @ip="xxx">: spec/language/literals/string_spec.rb:67./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/string_spec.rb:66./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/string_spec.rb:11
 - backslashes follow the same rules as interpolation FAILED:
undefined method `example' for #<Object:0x5703c8 @ip="xxx">: spec/language/literals/string_spec.rb:80./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/string_spec.rb:79./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/string_spec.rb:11

Blocks literals
-------------------

Ruby numbers in various ways
-------------------
 - the standard way FAILED:
undefined method `example' for main:Object: spec/language/literals/numbers_spec.rb:6./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/numbers_spec.rb:5./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/numbers_spec.rb:3
 - with underscore separations FAILED:
undefined method `example' for main:Object: spec/language/literals/numbers_spec.rb:12./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/numbers_spec.rb:11./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/numbers_spec.rb:3
 - with some decimals FAILED:
undefined method `example' for main:Object: spec/language/literals/numbers_spec.rb:18./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/numbers_spec.rb:17./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/numbers_spec.rb:3
 - using the e expression FAILED:
undefined method `example' for main:Object: spec/language/literals/numbers_spec.rb:25./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/numbers_spec.rb:24./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/numbers_spec.rb:3
 - the hexdecimal notation FAILED:
undefined method `example' for main:Object: spec/language/literals/numbers_spec.rb:31./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/numbers_spec.rb:30./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/numbers_spec.rb:3
 - the binary notation FAILED:
undefined method `example' for main:Object: spec/language/literals/numbers_spec.rb:37./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/numbers_spec.rb:36./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/numbers_spec.rb:3
 - octal representation FAILED:
undefined method `example' for main:Object: spec/language/literals/numbers_spec.rb:43./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/numbers_spec.rb:42./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/numbers_spec.rb:3
 - character to numeric shortcut FAILED:
undefined method `example' for main:Object: spec/language/literals/numbers_spec.rb:49./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/numbers_spec.rb:48./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/numbers_spec.rb:3
 - character with control character to numeric shortcut FAILED:
undefined method `example' for main:Object: spec/language/literals/numbers_spec.rb:56./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/numbers_spec.rb:54./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/numbers_spec.rb:3

Array literal
-------------------
 - [] should return a new array populated with the given elements FAILED:
undefined method `example' for main:Object: spec/language/literals/array_spec.rb:5./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/array_spec.rb:4./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/array_spec.rb:3
 - %w() should also return a new array FAILED:
undefined method `example' for main:Object: spec/language/literals/array_spec.rb:11./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/array_spec.rb:10./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/array_spec.rb:3
 - %W() is like %w() but should support interpolation FAILED:
undefined method `example' for main:Object: spec/language/literals/array_spec.rb:18./spec/language/literals/../../mini_rspec.rb:73:in `specify'spec/language/literals/array_spec.rb:17./spec/language/literals/../../mini_rspec.rb:93:in `context'spec/language/literals/array_spec.rb:3

A ruby environment
-------------------
A class definition
-------------------
 - should create a new class FAILED:
undefined method `example' for main:Object: spec/language/class_spec.rb:17./spec/language/../mini_rspec.rb:73:in `specify'spec/language/class_spec.rb:16./spec/language/../mini_rspec.rb:93:in `context'spec/language/class_spec.rb:15
 - should allow the declaration of class variables in the body FAILED:
undefined method `example' for main:Object: spec/language/class_spec.rb:25./spec/language/../mini_rspec.rb:73:in `specify'spec/language/class_spec.rb:24./spec/language/../mini_rspec.rb:93:in `context'spec/language/class_spec.rb:15
 - should allow the declaration of class variables in a method FAILED:
undefined method `example' for main:Object: spec/language/class_spec.rb:35./spec/language/../mini_rspec.rb:73:in `specify'spec/language/class_spec.rb:34./spec/language/../mini_rspec.rb:93:in `context'spec/language/class_spec.rb:15

In a class definition
-------------------
 - def should create a new method FAILED:
undefined method `example' for main:Object: spec/language/class_spec.rb:53./spec/language/../mini_rspec.rb:73:in `specify'spec/language/class_spec.rb:52./spec/language/../mini_rspec.rb:93:in `context'spec/language/class_spec.rb:51

Single assignment
-------------------
 - Assignment does not modify the lhs, it reassigns its reference FAILED:
undefined method `example' for main:Object: spec/language/assignment_spec.rb:6./spec/language/../mini_rspec.rb:73:in `specify'spec/language/assignment_spec.rb:5./spec/language/../mini_rspec.rb:93:in `context'spec/language/assignment_spec.rb:4
 - Assignment does not copy the object being assigned, just creates a new reference to it FAILED:
undefined method `example' for main:Object: spec/language/assignment_spec.rb:16./spec/language/../mini_rspec.rb:73:in `specify'spec/language/assignment_spec.rb:15./spec/language/../mini_rspec.rb:93:in `context'spec/language/assignment_spec.rb:4
 - If rhs has multiple arguments, lhs becomes an Array of them FAILED:
undefined method `example' for main:Object: spec/language/assignment_spec.rb:25./spec/language/../mini_rspec.rb:73:in `specify'spec/language/assignment_spec.rb:24./spec/language/../mini_rspec.rb:93:in `context'spec/language/assignment_spec.rb:4

Multiple assignment without grouping or splatting
-------------------
 - An equal number of arguments on lhs and rhs assigns positionally FAILED:
undefined method `example' for main:Object: spec/language/assignment_spec.rb:34./spec/language/../mini_rspec.rb:73:in `specify'spec/language/assignment_spec.rb:33./spec/language/../mini_rspec.rb:93:in `context'spec/language/assignment_spec.rb:32
 - If rhs has too few arguments, the missing ones on lhs are assigned nil FAILED:
undefined method `example' for main:Object: spec/language/assignment_spec.rb:41./spec/language/../mini_rspec.rb:73:in `specify'spec/language/assignment_spec.rb:40./spec/language/../mini_rspec.rb:93:in `context'spec/language/assignment_spec.rb:32
 - If rhs has too many arguments, the extra ones are silently not assigned anywhere FAILED:
undefined method `example' for main:Object: spec/language/assignment_spec.rb:48./spec/language/../mini_rspec.rb:73:in `specify'spec/language/assignment_spec.rb:47./spec/language/../mini_rspec.rb:93:in `context'spec/language/assignment_spec.rb:32
 - The assignments are done in parallel so that lhs and rhs are independent of eachother without copying FAILED:
undefined method `example' for main:Object: spec/language/assignment_spec.rb:55./spec/language/../mini_rspec.rb:73:in `specify'spec/language/assignment_spec.rb:54./spec/language/../mini_rspec.rb:93:in `context'spec/language/assignment_spec.rb:32

Multiple assignments with grouping
-------------------
 - A group on the lhs is considered one position and treats its corresponding rhs position like an Array FAILED:
undefined method `example' for main:Object: spec/language/assignment_spec.rb:69./spec/language/../mini_rspec.rb:73:in `specify'spec/language/assignment_spec.rb:68./spec/language/../mini_rspec.rb:93:in `context'spec/language/assignment_spec.rb:67
 - rhs cannot use parameter grouping, it is a syntax error FAILED:
undefined method `example' for main:Object: spec/language/assignment_spec.rb:81./spec/language/../mini_rspec.rb:73:in `specify'spec/language/assignment_spec.rb:80./spec/language/../mini_rspec.rb:93:in `context'spec/language/assignment_spec.rb:67

Multiple assignments with splats
-------------------
 - * on the lhs has to be applied to the last parameter FAILED:
undefined method `example' for main:Object: spec/language/assignment_spec.rb:94./spec/language/../mini_rspec.rb:73:in `specify'spec/language/assignment_spec.rb:93./spec/language/../mini_rspec.rb:93:in `context'spec/language/assignment_spec.rb:92
 - * on the lhs collects all parameters from its position onwards as an Array or an empty Array FAILED:
undefined method `example' for main:Object: spec/language/assignment_spec.rb:104./spec/language/../mini_rspec.rb:73:in `specify'spec/language/assignment_spec.rb:103./spec/language/../mini_rspec.rb:93:in `context'spec/language/assignment_spec.rb:92

Exceptions
-------------------
 - raise should abort execution FAILED:
undefined method `example' for main:Object: spec/language/exception_spec.rb:5./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:4./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - ensure should execute when exception is raised FAILED:
undefined method `example' for main:Object: spec/language/exception_spec.rb:19./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:18./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - ensure should execute when exception is not raised FAILED:
undefined method `example' for main:Object: spec/language/exception_spec.rb:39./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:38./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - retry should restart execution at begin FAILED:
undefined method `example' for main:Object: spec/language/exception_spec.rb:59./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:58./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - on a single line, a default can be assigned on exception FAILED:
undefined method `example' for main:Object: spec/language/exception_spec.rb:84./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:83./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - that StandardError is the default rescue class FAILED:
undefined method `example' for main:Object: spec/language/exception_spec.rb:90./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:89./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - that RuntimeError is the default raise class FAILED:
undefined method `example' for main:Object: spec/language/exception_spec.rb:117./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:116./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception Exception is in the core FAILED:
undefined method `example' for #<Object:0x5703c8 @last_exception=nil, @exception_stack=[]>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception ScriptError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - ScriptError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception LoadError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - LoadError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - LoadError has ScriptError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception NotImplementedError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - NotImplementedError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - NotImplementedError has ScriptError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception SyntaxError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - SyntaxError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - SyntaxError has ScriptError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception SignalException is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - SignalException has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception Interrupt is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - Interrupt has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - Interrupt has SignalException as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception StandardError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - StandardError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception ArgumentError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - ArgumentError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - ArgumentError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception IOError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - IOError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - IOError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception EOFError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - EOFError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - EOFError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - EOFError has IOError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception IndexError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - IndexError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - IndexError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception LocalJumpError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - LocalJumpError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - LocalJumpError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception NameError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - NameError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - NameError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception NoMethodError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - NoMethodError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - NoMethodError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - NoMethodError has NameError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception RangeError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - RangeError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - RangeError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception FloatDomainError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - FloatDomainError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - FloatDomainError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - FloatDomainError has RangeError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception RegexpError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - RegexpError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - RegexpError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception RuntimeError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - RuntimeError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - RuntimeError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception SecurityError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - SecurityError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - SecurityError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception SystemCallError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - SystemCallError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - SystemCallError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception SystemStackError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - SystemStackError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - SystemStackError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception ThreadError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - ThreadError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - ThreadError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception TypeError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - TypeError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - TypeError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception ZeroDivisionError is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - ZeroDivisionError has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - ZeroDivisionError has StandardError as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - exception SystemExit is in the core FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:169./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:168spec/language/exception_spec.rb:197:in `call'spec/language/exception_spec.rb:197spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3
 - SystemExit has Exception as ancestor FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/language/exception_spec.rb:177./spec/language/../mini_rspec.rb:73:in `specify'spec/language/exception_spec.rb:176spec/language/exception_spec.rb:199:in `call'spec/language/exception_spec.rb:199spec/language/exception_spec.rb:198:in `each'spec/language/exception_spec.rb:198spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:190:in `call'spec/language/exception_spec.rb:190spec/language/exception_spec.rb:185:in `each'spec/language/exception_spec.rb:185spec/language/exception_spec.rb:206:in `call'spec/language/exception_spec.rb:206./spec/language/../mini_rspec.rb:93:in `context'spec/language/exception_spec.rb:3

Operators
-------------------

if expression
-------------------
 - should evaluate body when the if expression is true FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:5./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:4./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:3
 - should not evaluate body when the if expression is false FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:16./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:15./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:3
 - should not evaluate the else body when the if expression is true FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:27./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:26./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:3
 - should evaluate the else body when the if expression is false FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:44./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:43./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:3

unless expression
-------------------
 - unless should evaluate the else body when the unless expression is false FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:63./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:62./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:61

case expression
-------------------
 - should evaluate the body of the when clause whose expression matches the case target expression FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:82./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:81./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:80
 - should evaluate the body of the when clause whose array expression includes the case target expression FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:90./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:89./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:80
 - should evaluate the body of the when clause whose range expression includes the case target expression FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:98./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:97./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:80
 - should evaluate the body of the else clause if no when expressions match the case target expression FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:106./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:105./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:80
 - should evaluate the body of the first when clause that is true when no case target expression is given FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:127./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:126./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:80
 - should evaluate the body of the when clause whose expression is a regex that matches the case target expression FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:137./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:136./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:80
 - should evaluate the body of the when clause whose expression is a class using class === case target expression FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:145./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:144./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:80

loop
-------------------

while expression
-------------------

until expression
-------------------

for expression
-------------------
 - should iterate over the collection passing each element to the block FAILED:
undefined method `example' for main:Object: spec/language/expression_spec.rb:197./spec/language/../mini_rspec.rb:73:in `specify'spec/language/expression_spec.rb:196./spec/language/../mini_rspec.rb:93:in `context'spec/language/expression_spec.rb:192

Defining methods with *
-------------------
 - If * by itself is the only param, method takes any number of args that are ignored FAILED:
undefined method `example' for main:Object: spec/language/method_spec.rb:8./spec/language/../mini_rspec.rb:73:in `specify'spec/language/method_spec.rb:7./spec/language/../mini_rspec.rb:93:in `context'spec/language/method_spec.rb:6
 - With a parameter name, * stores all extra arguments as an Array in it FAILED:
undefined method `example' for main:Object: spec/language/method_spec.rb:18./spec/language/../mini_rspec.rb:73:in `specify'spec/language/method_spec.rb:17./spec/language/../mini_rspec.rb:93:in `context'spec/language/method_spec.rb:6
 - A * param may be preceded by any number of other parameter names FAILED:
undefined method `example' for main:Object: spec/language/method_spec.rb:26./spec/language/../mini_rspec.rb:73:in `specify'spec/language/method_spec.rb:25./spec/language/../mini_rspec.rb:93:in `context'spec/language/method_spec.rb:6
 - Only one *param may appear in a parameter list FAILED:
undefined method `example' for main:Object: spec/language/method_spec.rb:33./spec/language/../mini_rspec.rb:73:in `specify'spec/language/method_spec.rb:32./spec/language/../mini_rspec.rb:93:in `context'spec/language/method_spec.rb:6
 - The required arguments must be supplied even with a * param FAILED:
undefined method `example' for main:Object: spec/language/method_spec.rb:43./spec/language/../mini_rspec.rb:73:in `specify'spec/language/method_spec.rb:42./spec/language/../mini_rspec.rb:93:in `context'spec/language/method_spec.rb:6

CType instance method
-------------------
 - isspace should return true if self is ASCII whitespace FAILED:
undefined method `example' for main:Object: spec/shotgun/ctype_spec.rb:5./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/ctype_spec.rb:4./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/ctype_spec.rb:3
 - isupper should return true if self is between A..Z FAILED:
undefined method `example' for main:Object: spec/shotgun/ctype_spec.rb:13./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/ctype_spec.rb:12./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/ctype_spec.rb:3
 - islower should return true if self is between a..z FAILED:
undefined method `example' for main:Object: spec/shotgun/ctype_spec.rb:21./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/ctype_spec.rb:20./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/ctype_spec.rb:3
 - isalnum should return true if self is between A..Z, a..z, 0..9 FAILED:
undefined method `example' for main:Object: spec/shotgun/ctype_spec.rb:29./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/ctype_spec.rb:28./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/ctype_spec.rb:3
 - isdigit should return true if self is between 0..9 FAILED:
undefined method `example' for main:Object: spec/shotgun/ctype_spec.rb:38./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/ctype_spec.rb:37./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/ctype_spec.rb:3
 - tolower should return self in range a..z if self is between A..Z, otherwise return self FAILED:
undefined method `example' for main:Object: spec/shotgun/ctype_spec.rb:47./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/ctype_spec.rb:46./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/ctype_spec.rb:3
 - toupper should return a value in the range A..Z if self is between a..z, otherwise return self FAILED:
undefined method `example' for main:Object: spec/shotgun/ctype_spec.rb:55./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/ctype_spec.rb:54./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/ctype_spec.rb:3

Fixnum instance method
-------------------
 - size should return the number of bytes in the machine representation of self FAILED:
undefined method `example' for main:Object: spec/shotgun/fixnum_spec.rb:5./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/fixnum_spec.rb:4./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/fixnum_spec.rb:3

String instance method
-------------------
 - prefix? should be true if string begins with argument FAILED:
undefined method `example' for main:Object: spec/shotgun/string_spec.rb:5./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/string_spec.rb:4./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/string_spec.rb:3
 - substring should return the portion of string specified by index, length FAILED:
undefined method `example' for main:Object: spec/shotgun/string_spec.rb:13./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/string_spec.rb:12./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/string_spec.rb:3

String implementation
-------------------
 - underlying storage should have the correct size (space for last   and multiple of 4) FAILED:
undefined method `example' for main:Object: spec/shotgun/string_spec.rb:24./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/string_spec.rb:23./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/string_spec.rb:22

Tuple instance method
-------------------
 -  FAILED:
undefined method `example' for main:Object: spec/shotgun/tuple_spec.rb:5./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/tuple_spec.rb:4./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/tuple_spec.rb:3

Shotgun
-------------------
 - should convert a number to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:16./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:15./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a regexp to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:22./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:21./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a string to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:28./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:27./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a local var to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:34./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:33./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert an instance variable to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:40./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:39./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert an instance variable assignment to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:46./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:45./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a global variable to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:52./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:51./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a global variable assignment to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:58./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:57./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a symbol to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:64./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:63./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a string expansion to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:70./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:69./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a pathological string expansion to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:76./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:75./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a method definition without arguments to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:82./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:81./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a method definition with arguments to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:88./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:87./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a class definition to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:94./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:93./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3
 - should convert a heredoc to an sexp FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/shotgun/sexp_spec.rb:100./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/sexp_spec.rb:99./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/sexp_spec.rb:3

Rubinius Bignum
-------------------
 - should have max value 2 ** 29 FAILED:
undefined method `example' for main:Object: spec/shotgun/bignum_spec.rb:5./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/bignum_spec.rb:4./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/bignum_spec.rb:3

Compression::ZLib
-------------------
 - inflate should uncompress data FAILED:
undefined method `example' for main:Object: spec/shotgun/compression_spec.rb:5./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/compression_spec.rb:4./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/compression_spec.rb:3
 - deflate should convert other to compressed data FAILED:
undefined method `example' for main:Object: spec/shotgun/compression_spec.rb:12./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/compression_spec.rb:11./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/compression_spec.rb:3

ByteArray instance method
-------------------
 - [] should return the byte at index FAILED:
undefined method `example' for main:Object: spec/shotgun/bytearray_spec.rb:5./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/bytearray_spec.rb:4./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/bytearray_spec.rb:3
 - []= should set the byte at index FAILED:
undefined method `example' for main:Object: spec/shotgun/bytearray_spec.rb:15./spec/shotgun/../mini_rspec.rb:73:in `specify'spec/shotgun/bytearray_spec.rb:14./spec/shotgun/../mini_rspec.rb:93:in `context'spec/shotgun/bytearray_spec.rb:3

Using Class.new to create a new class
-------------------
 - Returns a new anonymous Class instance FAILED:
undefined method `example' for main:Object: spec/core/class_spec.rb:19./spec/core/../mini_rspec.rb:73:in `specify'spec/core/class_spec.rb:18./spec/core/../mini_rspec.rb:93:in `context'spec/core/class_spec.rb:17
 - May be given a Class argument to be used as superclass (Object by default) FAILED:
undefined method `example' for main:Object: spec/core/class_spec.rb:25./spec/core/../mini_rspec.rb:73:in `specify'spec/core/class_spec.rb:24./spec/core/../mini_rspec.rb:93:in `context'spec/core/class_spec.rb:17
 - If a block is provided, it is evaluated in the context of the Class object FAILED:
undefined method `example' for main:Object: spec/core/class_spec.rb:35./spec/core/../mini_rspec.rb:73:in `specify'spec/core/class_spec.rb:34./spec/core/../mini_rspec.rb:93:in `context'spec/core/class_spec.rb:17

Class object instantiation
-------------------
 - #allocate allocates space for the object but does not run the instance method #initialize FAILED:
undefined method `example' for main:Object: spec/core/class_spec.rb:56./spec/core/../mini_rspec.rb:73:in `specify'spec/core/class_spec.rb:55./spec/core/../mini_rspec.rb:93:in `context'spec/core/class_spec.rb:47
 - #new allocates space for the object and runs the instance method #initialize FAILED:
undefined method `example' for main:Object: spec/core/class_spec.rb:63./spec/core/../mini_rspec.rb:73:in `specify'spec/core/class_spec.rb:62./spec/core/../mini_rspec.rb:93:in `context'spec/core/class_spec.rb:47

Class event hook methods
-------------------
 - #inherited, if implemented, is called when a Class object is inherited. Subclass object given as parameter. FAILED:
undefined method `example' for main:Object: spec/core/class_spec.rb:73./spec/core/../mini_rspec.rb:73:in `specify'spec/core/class_spec.rb:72./spec/core/../mini_rspec.rb:93:in `context'spec/core/class_spec.rb:71

Instantiated Class object
-------------------
 - Makes its superclass object available through #superclass FAILED:
undefined method `example' for main:Object: spec/core/class_spec.rb:94./spec/core/../mini_rspec.rb:73:in `specify'spec/core/class_spec.rb:93./spec/core/../mini_rspec.rb:93:in `context'spec/core/class_spec.rb:92

Float
-------------------
 - % should return self modulo other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:9./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:8./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - % should NOT raise ZeroDivisionError if other is zero FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:15./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:14./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - * should return self multiplied by other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:21./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:20./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - ** should return self raise to the other power FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:27./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:26./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - + should return self plus other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:33./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:32./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - - should return self minus other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:39./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:38./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - -@ should negate self FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:45./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:44./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - / should return self divided by other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:51./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:50./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - / should NOT raise ZeroDivisionError if other is zero FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:57./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:56./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - < should return true if self is less than other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:63./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:62./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - <= should return true if self is less than or equal to other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:69./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:68./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - <=> should return -1, 0, 1 when self is less than, equal, or greater than other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:75./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:74./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - == should true if self has the same value as other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:81./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:80./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - > should return true if self is greater than other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:87./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:86./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - >= should return true if self is greater than or equal to other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:93./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:92./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - abs should return the absolute value FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:99./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:98./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - ceil should return the smallest Integer greater than or equal to self FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:105./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:104./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - coerce should [other, self] both as Floats FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:111./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:110./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - divmod should return an [quotient, modulus] from dividing self by other FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:117./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:116./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - divmod should raise FloatDomainError if other is zero FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:123./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:122./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - eql? should return true if other is a Float equal to self FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:128./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:127./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - finite? should return true if a valid IEEE floating-point number FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:134./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:133./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - floor should return the largest Integer less than or equal to self FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:140./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:139./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - hash should be provided FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:146./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:145./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - infinite? should return nil, -1, +1 when self is finite, -Infinity, +Infinity FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:152./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:151./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - modulo should be a synonym for % FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:158./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:157./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - modulo should NOT raise ZeroDivisionError if other is zero FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:164./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:163./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - nan? should return true if self is not a valid IEEE floating-point number FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:170./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:169./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - round should return the nearest Integer FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:176./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:175./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - to_f should return self FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:182./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:181./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - to_i should return self truncated to an Integer FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:188./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:187./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - to_int should be a synonym for to_i FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:194./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:193./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - to_s should return a string representation of self, possibly Nan, -Infinity, +Infinity FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:200./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:199./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - truncate should be a synonym for to_i FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:206./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:205./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - zero? should return true if self is 0.0 FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:212./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:211./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7
 - coerce should return [Float, Float] FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:218./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:217./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:7

Float.induced_from
-------------------
 - should return the argument when passed a Float FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:226./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:225./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:224
 - should return a Float of the correct value when sent a Fixnum FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:232./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:231./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:224
 - should return a Float of the correct value when sent a Bignum FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:238./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:237./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:224
 - should raise a TypeError if the argument is not a Float, Fixnum, or Bignum FAILED:
undefined method `example' for main:Object: spec/core/float_spec.rb:244./spec/core/../mini_rspec.rb:73:in `specify'spec/core/float_spec.rb:243./spec/core/../mini_rspec.rb:93:in `context'spec/core/float_spec.rb:224

Symbol instance method
-------------------
 - === should return true if other is the same symbol
 - id2name should return the string corresponding to self
 - inspect should return the representation of self as a symbol literal
 - to_i should return an integer for a symbol
 - to_int should be a synonym for to_i
 - to_s should be a synonym for id2name
 - to_sym should return self

Object class method
-------------------
 - new should create a new Object FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:22./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:21./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:20

Object instance method
-------------------
 - send should invoke the named method FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:30./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:29./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - freeze should prevent self from being further modified FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:42./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:41./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - freeze should have no effect on immediate values FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:55./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:54./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - frozen? should return true if self is frozen FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:69./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:68./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - taint should set self to be tainted FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:78./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:77./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - taint should have no effect on immediate values FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:84./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:83./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - tainted? should return true if Object is tainted FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:98./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:97./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_eval with no arguments should expect a block FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:107./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:106./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_eval with a block should take no arguments FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:117./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:116./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_eval with a block should pass the object to the block FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:127./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:126./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_eval with a block should bind self to the receiver FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:133./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:132./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_eval with a block should execute in the context of the receiver FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:140./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:139./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_eval with a block should have access to receiver's instance variables FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:146./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:145./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_eval with string argument should execute on the receiver context FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:159./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:158./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_eval with string argument should bind self to the receiver FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:165./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:164./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_eval with string argument should have access to receiver's instance variables FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:172./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:171./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_variable_get should return the value of the instance variable FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:185./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:184./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_variable_get should raise NameError exception if the argument is not of form '@x' FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:198./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:197./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_variable_set should set the value of the specified instance variable FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:206./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:205./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_variable_set should set the value of the instance variable when no instance variables exist yet FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:218./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:217./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28
 - instance_variable_set should raise NameError exception if the argument is not of form '@x' FAILED:
undefined method `example' for main:Object: spec/core/object_spec.rb:225./spec/core/../mini_rspec.rb:73:in `specify'spec/core/object_spec.rb:224./spec/core/../mini_rspec.rb:93:in `context'spec/core/object_spec.rb:28

Fixnum instance method
-------------------
 - % should return self modulo other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:10./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:9./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - % should coerce fixnum and return self modulo other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:16./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:15./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - % should raise ZeroDivisionError if other is zero and not a Float FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:22./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:21./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - % should NOT raise ZeroDivisionError if other is zero and is a Float FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:28./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:27./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - & should return self bitwise AND other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:34./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:33./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - & should coerce fixnum and return self bitwise AND other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:40./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:39./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - * should return self multiplied by other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:46./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:45./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - * should coerce fixnum and return self multiplied by other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:52./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:51./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - ** should return self raise to the other power FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:58./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:57./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - ** should coerce fixnum and return self raise to the other power FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:64./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:63./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - ** should seamlessly progress into the bignum range FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:70./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:69./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - + should return self plus other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:82./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:81./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - + should coerce fixnum and return self plus other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:88./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:87./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - - should return self minus other fixnum FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:94./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:93./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - - should coerce fixnum and return self minus other fixnum FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:100./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:99./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - -@ should negate self FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:106./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:105./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - / should return self divided by other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:112./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:111./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - / should raise ZeroDivisionError if other is zero and not a Float FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:118./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:117./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - / should NOT raise ZeroDivisionError if other is zero and is a Float FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:124./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:123./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - / should coerce fixnum and return self divided by other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:130./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:129./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - < should return true if self is less than other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:136./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:135./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - < should corece fixnum and return true if self is less than other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:142./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:141./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - <= should return true if self is less than or equal to other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:148./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:147./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - <= should coerce fixnum and return true if self is less than or equal to other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:154./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:153./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - <=> should return -1, 0, 1 when self is less than, equal, or greater than other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:162./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:159./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - <=> should coerce fixnum and return -1, 0, 1 when self is less than, equal, or greater than other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:172./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:171./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - == should true if self has the same value as other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:178./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:177./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - == should coerce fixnum and return true if self has the same value as other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:184./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:183./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - > should return true if self is greater than other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:190./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:189./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - >= should return true if self is greater than or equal to other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:196./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:195./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - >= should coerce fixnum and return true if self is greater than or equal to other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:202./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:201./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - abs should return the absolute value FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:208./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:207./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - << should return self shifted left other bits FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:214./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:213./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - << should coerce result on overflow and return self shifted left other bits FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:220./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:219./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - >> should return self shifted right other bits FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:226./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:225./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - >> should coerce other to fixnum and return self shifted right other bits FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:232./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:231./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - [] should return the nth bit in the binary representation of self FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:238./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:237./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - [] should coerce the bit and return the nth bit in the binary representation of self FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:244./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:243./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - ^ should return self bitwise EXCLUSIVE OR other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:250./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:249./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - ^ should coerce fixnum and return self bitwise EXCLUSIVE OR other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:256./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:255./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - div should return self divided by other as an Integer FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:262./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:261./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - div should coerce fixnum and return self divided by other as an Integer FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:268./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:267./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - div should raise ZeroDivisionError if other is zero and not a Float FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:274./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:273./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - div should raise FloatDomainError if other is zero and is a Float FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:280./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:279./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - divmod should return an [quotient, modulus] from dividing self by other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:286./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:285./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - divmod should coerce fixnum (if required) and return an [quotient, modulus] from dividing self by other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:292./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:291./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - divmod should raise ZeroDivisionError if other is zero and not a Float FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:298./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:297./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - divmod should raise FloatDomainError if other is zero and is a Float FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:304./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:303./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - id2name should return the string name of the object whose symbol ID is self FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:310./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:309./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - modulo should be a synonym for % FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:319./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:318./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - modulo should raise ZeroDivisionError if other is zero and not a Float FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:325./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:324./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - modulo should NOT raise ZeroDivisionError if other is zero and is a Float FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:331./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:330./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - quo should return the floating-point result of self divided by other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:337./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:336./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - quo should NOT raise an exception when other is zero FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:344./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:343./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - size should be provided FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:352./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:351./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - to_f should return self converted to Float FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:358./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:357./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - to_s should return a string representation of self FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:364./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:363./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - to_sym should return the symbol whose integer value is self FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:370./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:369./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - zero? should return true if self is 0 FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:379./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:378./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - | should return self bitwise OR other FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:385./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:384./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - ~ should return self bitwise inverted FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:391./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:390./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - coerce should return [Fixnum, Fixnum] if other is a Fixnum FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:397./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:396./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7
 - coerce should return [Float, Float] if other is not a Bignum or Fixnum FAILED:
undefined method `example' for main:Object: spec/core/fixnum_spec.rb:403./spec/core/../mini_rspec.rb:73:in `specify'spec/core/fixnum_spec.rb:402./spec/core/../mini_rspec.rb:93:in `context'spec/core/fixnum_spec.rb:7

String instance method
-------------------
 - % should return a string resulting from applying self as a format specification to other
 - * should return a new string that is n copies of self
 - + should concatentate self with other
 - << should concatenate the other object
 - <=> should return -1, 0, 1 when self is less than, equal, or greater than other
 - == with other String should return true if <=> returns 0
 - == with other not String should return self == other.to_str if other responds to to_str
 - == with other not String should return false if other does not respond to to_str
 - === should be a synonym for ==
 - =~ should return the position of match start
 - =~ should return nil if there is no match
 - [] with index should return the code of the character at index
 - [] with start, length should return the substring of length characters begin at start
 - [] with range should return the substring specified by range
 - [] with regexp should return the string matching pattern
 - [] with regexp, index should return the string specified by the nth component MatchData
 - [] with string should return other if it occurs in self, otherwise nil
 - []= with index should replace the character at index with the character code
 - []= with index should replace the character at index with string
 - []= with start, length should replace length characters at start with string
 - []= with range should replace characters in range with string
 - []= with regexp should replace the characters that match pattern with string
 - []= with regexp and index should replace the specified portion of the match with string
 - []= with string should replace the string with other string
 - ~ should be equivalent to $_ =~ self
 - capitalize should return a copy of string and convert the first character to uppercase and the rest to lowercase
 - capitalize! should modify self to convert the first character to upper case and the rest to lowercase
 - casecmp should be a case-insensitive version of <=>
 - center should return a string padded on both sides
 - center should return a string when length of self is greater than argument
 - chomp should return a new string with the given record separator removed from the end
 - chomp! should modify self to remove the given record separator from the end
 - chomp! should return nil if no changes are made
 - chop should return a new string with the last character removed
 - chop! should modify self to remove the last character
 - chop! should return nil if no changes are made
 - concat should be a synonym for <<
 - count should return the count of characters specified by the union of the arguments
 - crypt should return a one-way cryptographic hash of self using the standard libary function crypt
 - downcase should return a copy of self with A-Z converted to a-z
 - downcase! should perform downcase in place on self
 - downcase! should return nil if no changes are made
 - dump should return a string with all non-printing characters replaced with \nnn notation
 - each should split self on the argument ($/ default) and pass each substring to block
 - each_byte should pass each byte to block
 - each_line should be a synonym for each
 - empty? should return true if self is sero-length
 - eql? should return true if other is a String with identical contents
 - gsub should return a string with all instances of pattern replaced by replacement
 - gsub with block should return a string with all instances of pattern replaced by the value of block
 - gsub! should perform gsub in place on self
 - gsub! should return nil if no changes are made
 - hash should be provided
 - hex should convert the leading characters (0x optional) to a number base 16
 - hex should return 0 when characters are not a hexadecimal representation
 - include? should return true when self contains other string or character
 - index with fixnum should return the index of the given character
 - index with string should return the index of the beginning of string
 - index with regexp should return the index of the beginning of pattern
 - index with substring arg should return substring when it exists
 - initialize_copy should return a new string initialized with other
 - insert with positive index should insert other string before the character at index
 - insert with negative index should insert other string after the charracter at index
 - inspect should return a quoted string suitable to eval
 - intern should return the symbol corresponding to self
 - length should return the length of self
 - ljust should return a string left justified in width characters padded on the right
 - ljust should return self if length of self is greater than width
 - lstrip should return self with leading whitespace characters removed
 - lstrip! should modify self removing leading whitespace characters
 - lstrip! should return nil if no changes were made
 - match should convert pattern to a Regexp and invoke its match method on self
 - next should be a synonym for succ
 - next! should be a synonym for succ!
 - oct should convert the leading characters (+/- optional) to a number base 8
 - replace should replace the contents of self with other
 - replace should copy the taintedness of other
 - reverse should reverse the order of the characters
 - reverse! should reverse the order of the characters and return self
 - rindex with integer should return the last index of the character
 - rindex with string should return the last index of the substring
 - rindex with regexp should return the last index of the substring
 - rjust should return a string right justified in width characters padded on the left
 - rjust should return self if length of self is greater than width
 - rstrip should return a string first removing trailing \000 characters and then removing trailing spaces
 - rstrip! should modify self by first removing trailing \000 characters and then removing trailing spaces 
 - rstrip! should return nil if no changes are made
 - scan should return an array containing each substring matching pattern
 - scan with block should pass each substring matching pattern to block
 - size should be a synonym for length
 - slice should be a synonym for []
 - slice! should remove and return the specified portion from self
 - slice! with index should return nil if the value is out of range
 - slice! with range should return nil if the value is out of range
 - split with no argument should return an array of substrings separated by $;
 - split with string should return an array of substrings separated by string
 - split with regexp should return an array of substrings separated by pattern
 - split with a zero-width regexp should return an array of characters
 - squeeze should return a string replacing runs of characters specified by the union of arguments with a single character
 - squeeze! should modify self in place by performing squeeze
 - squeeze! should return nil if no changes are made
 - strip should return a string with trailing \000, leading and trailing spaces removed
 - strip! should modify self to remove trailing \000, and leading and trailing spaces
 - sub should return a string with the first occurrence of pattern replaced with string
 - sub with block should return a string replacing the first occurrence of pattern with the value of the block
 - sub! should modify self to replace the first occurrence of pattern with string
 - sub! should return nil if no changes are made
 - succ should return the string that is the successor of self
 - succ! should modify self to be its successor
 - sum should return a basic n-bit checksum of self with default n = 16
 - swapcase should return a string with lowercase characters converted to uppercase and vice versa
 - swapcase! should modify self to convert lowercase characters to uppercase and vice versa
 - swapcase! should return nil if no changes were made
 - to_f should return convert the leading characters to a floating-point number
 - to_i should convert the string to an integer base (2, 8, 10, or 16)
 - to_s should return self
 - to_str should be a synonym for to_s
 - to_sym should return a symbol created from self
 - unpack should return an array by decoding self according to the format string FAILED:
<No message>
 - upcase should return a string with a-z characters replaced with A-Z
 - upcase! should modify self in place by applying upcase
 - upcase! should return nil if no changes are made
 - upto should use String#succ to iterate from self to other passing each string to block

String inherited instance method
-------------------
 - instance_variable_get should return the value of the instance variable
 - instance_variable_get should return nil if the instance variable does not exist
 - instance_variable_get should raise NameError if the argument is not of form '@x'

IO class method
-------------------

IO instance method
-------------------

IO inherited instance method
-------------------
 - instance_variable_get should return the value of the instance variable FAILED:
undefined method `example' for main:Object: spec/core/io_spec.rb:11./spec/core/../mini_rspec.rb:73:in `specify'spec/core/io_spec.rb:10./spec/core/../mini_rspec.rb:93:in `context'spec/core/io_spec.rb:9
 - instance_variable_get should return nil if the instance variable does not exist FAILED:
undefined method `example' for main:Object: spec/core/io_spec.rb:19./spec/core/../mini_rspec.rb:73:in `specify'spec/core/io_spec.rb:18./spec/core/../mini_rspec.rb:93:in `context'spec/core/io_spec.rb:9
 - instance_variable_get should raise NameError if the argument is not of form '@x' FAILED:
undefined method `example' for main:Object: spec/core/io_spec.rb:25./spec/core/../mini_rspec.rb:73:in `specify'spec/core/io_spec.rb:24./spec/core/../mini_rspec.rb:93:in `context'spec/core/io_spec.rb:9

Creating Bindings
-------------------
 - No .new provided FAILED:
undefined method `example' for main:Object: spec/core/binding_spec.rb:6./spec/core/../mini_rspec.rb:73:in `specify'spec/core/binding_spec.rb:5./spec/core/../mini_rspec.rb:93:in `context'spec/core/binding_spec.rb:4
 - Kernel.binding creates a new Binding FAILED:
undefined method `example' for main:Object: spec/core/binding_spec.rb:16./spec/core/../mini_rspec.rb:73:in `specify'spec/core/binding_spec.rb:15./spec/core/../mini_rspec.rb:93:in `context'spec/core/binding_spec.rb:4

Initialised Binding
-------------------
 - May be duplicated with #dup FAILED:
undefined method `example' for #<Object:0x5703c8 @o=#<Object:0x543af8>>: spec/core/binding_spec.rb:37./spec/core/../mini_rspec.rb:73:in `specify'spec/core/binding_spec.rb:36./spec/core/../mini_rspec.rb:93:in `context'spec/core/binding_spec.rb:27
 - May be cloned with #clone FAILED:
undefined method `example' for #<Object:0x5703c8 @o=#<Object:0x543af8>>: spec/core/binding_spec.rb:44./spec/core/../mini_rspec.rb:73:in `specify'spec/core/binding_spec.rb:43./spec/core/../mini_rspec.rb:93:in `context'spec/core/binding_spec.rb:27
 - Normal #dup and #clone semantics apply FAILED:
undefined method `example' for #<Object:0x5703c8 @o=#<Object:0x543af8>>: spec/core/binding_spec.rb:52./spec/core/../mini_rspec.rb:73:in `specify'spec/core/binding_spec.rb:51./spec/core/../mini_rspec.rb:93:in `context'spec/core/binding_spec.rb:27

Array class methods
-------------------
 - new without arguments should return a new array
 - new with size should return a new array of size with nil elements
 - new with size and default object should return a new array of size objects
 - new with array-like argument should return a new array by calling to_ary on argument
 - new with size and block should return an array of size elements from the result of passing each index to block
 - .[] should return a new array populated with the given elements

Array instance methods
-------------------
 - & should create an array with elements common to both arrays (intersection)
 - & should create an array with no duplicates
 - | should return an array of elements that appear in either array (union) without duplicates
 - * with a string should be equivalent to self.join(str)
 - * with an int should concatenate n copies of the array
 - + should concatenate two arrays
 - - should create an array minus any items from other array
 - << should push the object onto the end of the array
 - <=> should be 1 if the array is greater than the other array
 - <=> should be 0 if the arrays are equal
 - <=> should be -1 if the array is less than the other array
 - == should be true if each element is == to the corresponding element in the other array
 - == should be false if any element is not == to the corresponding element in the other the array
 - [] should provide the element at the specified index
 - [] should provide the element from the end of the array for a negative index
 - [] should provide a subarray from start containing length elements
 - [] should provide a subarray specified by range
 - [m...n] should return an empty array when m == n
 - [0...0] should return an empty array
 - [m..n] should return an array containing the element at m when m == n
 - [0..0] should return an array containing the first element
 - [0..-1] should return the entire array
 - [0...-1] should return all but the last element
 - [m..n] should return an empty array when m > n and m, n are positive
 - [m..n] should return an empty array when m > n and m, n are negative
 - [-1..0] should return an empty array
 - [-1...0] should return an empty array
 - [] should not return nil if any elements in the requested range exist
 - [] should provide nil for a requested index not in the array
 - [] should return nil if no requested index is in the array
 - []= should set the value of the element at index
 - []= should remove the section defined by start, length when set to nil
 - []= should set the section defined by start, length to other
 - []= should remove the section defined by range when set to nil
 - []= should set the section defined by range to other
 - assoc should return the first contained array the first element of which is obj
 - at should return the element at index
 - clear should remove all elements
 - collect should return a copy of array with each element replaced by the value returned by block
 - collect! should replace each element with the value returned by block
 - compact should return a copy of array with all nil elements removed
 - compact! should remove all nil elements
 - compact! should return nil if there are no nil elements to remove
 - concat should append the elements in the other array
 - delete should remove elements that are #== to object
 - delete should return object or nil if no elements match object
 - delete may be given a block that is executed if no element matches object
 - delete_at should remove the element at the specified index
 - delete_at should return the removed element at the specified index
 - delete_at should return nil if the index is out of range
 - delete_if should remove each element for which block returns true
 - each should yield each element to the block
 - each_index should pass the index of each element to the block
 - empty? should return true if the array has no elements
 - eql? should return true if other is the same array
 - eql? should return true if other has the same length and elements (except empty)
 - fetch should return the element at index
 - fetch should raise if there is no element at index
 - fetch with default should return default if there is no element at index
 - fetch with block should return the value of block if there is no element at index
 - fill should replace all elements in the array with object
 - fill with start, length should replace length elements beginning with start with object
 - fill with range should replace elements in range with object
 - fill with block should replace all elements with the value of block (index given to block)
 - fill with start, length and block should replace length elements beginning with start with the value of block
 - fill with range and block should replace all elements in range with the value of block
 - first should return the first element
 - first should return nil if self is empty
 - first with count should return the first count elements
 - first with count == 0 should return an empty array
 - first with count == 1 should return an array containing the first element
 - flatten should return a one-dimensional flattening recursively
 - flatten! should modify array to produce a one-dimensional flattening recursively
 - frozen? should return true if array is frozen
 - frozen? should return true if array is temporarily frozen while being sorted
 - provides #hash
 - include? should return true if object is present, false otherwise
 - index should return the index of the first element == to object
 - index should return nil if no element is == to object
 - indexes and #indices with integer indices are DEPRECATED synonyms for values_at
 - indexes and indices can be given ranges which are returned as nested arrays (DEPRECATED)
 - initialize_copy should be a synonym for replace
 - insert with non-negative index should insert object before the element at index
 - insert with negative index should insert object after the element at index
 - inspect should create a printable representation of some kind
 - currently insert should produce a string equivalent to evaluated source code representation
 - join should return a string formed by concatentating each element.to_s separated by separator without trailing separator
 - The separator to #join defaults to $, (which defaults to empty)
 - last should return the last element
 - last should return nil if self is empty
 - last with count should return the last count elements
 - last with count == 0 should return an empty array
 - length should return the number of elements
 - map should be a synonym for collect
 - map! should be a synonym for collect!
 - nitems should return the number of non-nil elements
 - pack should return a binary representation of the elements according to template FAILED:
NotImplementedError: spec/core/array_spec.rb:554./spec/core/../mini_rspec.rb:73:in `specify'spec/core/array_spec.rb:553./spec/core/../mini_rspec.rb:93:in `context'spec/core/array_spec.rb:54
 - partition should return two arrays
 - partition should return in the left array values for which the block evaluates to true
 - pop should remove and return the last element of the array
 - pop should return nil if there are no more elements
 - push should append the arguments to the array
 - rassoc should return the first contained array whose second element is == object
 - reject should return a new array without elements for which block is true
 - reject! should remove elements for which block is true
 - reject! should return nil if no changes are made
 - replace should replace the elements with elements from other array
 - reverse should return a new array with the elements in reverse order
 - reverse! should reverse the elements in place
 - reverse_each should traverse array in reverse order and pass each element to block
 - rindex should return the first index backwards from the end where element is == object
 - rindex should return nil if no element is found
 - select should return a new array of elements for which block is true
 - shift should remove and return the first element
 - shift should return nil when the array is empty
 - size should be a synonym for length
 - slice should be a synonym for [] FAILED:
NotImplementedError: spec/core/array_spec.rb:650./spec/core/../mini_rspec.rb:73:in `specify'spec/core/array_spec.rb:649./spec/core/../mini_rspec.rb:93:in `context'spec/core/array_spec.rb:54
 - slice! with index should remove and return the element at index
 - slice! with start, length should remove and return length elements beginning at start
 - slice! with range should remove and return elements in range
 - sort should return a new array from sorting elements using first their class and then <=>
 - sort may take a block which is used to determine the order of objects a and b described as -1, 0 or +1
 - sort! should sort array in place using <=>
 - sort! should sort array in place using block value
 - to_a returns self
 - to_a called on a subclass of Array should return an instance of Array
 - to_ary returns self
 - to_s is equivalent to #joining without a separator string
 - transpose assumes an array of arrays and should return the result of transposing rows and columns
 - transpose raises if the elements of the array are not Arrays or respond to to_ary
 - transpose raises if the arrays are not of the same length
 - uniq should return an array with no duplicates
 - uniq! modifies the array in place
 - uniq! should return self
 - uniq! should return nil if no changes are made to the array
 - unshift should prepend object to the original array
 - values_at with indexes should return an array of elements at the indexes
 - values_at with ranges should return an array of elements in the ranges
 - zip should return an array of arrays containing cooresponding elements of each array
 - zip fills in missing values with nil

Array Bugs
-------------------
 - [1,2,3][2..-1] should return [3]

Kernel.Float()
-------------------
 - should call to_f to convert any arbitrary argument to a Float FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:5./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:4./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:3
 - should call to_i to convert any arbitrary argument to a Float FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:15./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:14./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:3
 - should give to_f precedence over to_i FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:25./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:24./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:3
 - should raise a TypeError if there is no to_f or to_i method on an object FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:36./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:35./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:3
 - should raise a TypeError if to_f doesn't return a Float FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:44./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:43./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:3

Kernel.Integer()
-------------------
 - should call to_i to convert any arbitrary argument to an Integer FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:57./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:56./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:55
 - should raise a TypeError if there is no to_i method on an object FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:67./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:66./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:55
 - should raise a TypeError if to_i doesn't return an Integer FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:75./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:74./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:55

Kernel.Array()
-------------------
 - should call to_a to convert any arbitrary argument to an Array FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:88./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:87./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:86
 - should prefer to_ary over to_a FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:97./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:96./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:86
 - should raise a TypeError if to_a doesn't return an Array FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:107./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:106./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:86
 - called with nil as argument should return an empty Array FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:116./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:115./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:86

Kernel.String()
-------------------
 - should call to_s to convert any arbitrary object to an String FAILED:
undefined method `example' for main:Object: spec/core/kernel_spec.rb:125./spec/core/../mini_rspec.rb:73:in `specify'spec/core/kernel_spec.rb:124./spec/core/../mini_rspec.rb:93:in `context'spec/core/kernel_spec.rb:123

Bignum instance method
-------------------
 - % should return self modulo other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:24./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:23./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - % should raise ZeroDivisionError if other is zero and not a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:31./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:30./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - % should NOT raise ZeroDivisionError if other is zero and is a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:38./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:37./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - & should return self bitwise AND other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:46./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:45./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - * should return self multiplied by other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:53./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:52./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - ** should return self raised to other power FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:60./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:59./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - + should return self plus other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:67./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:66./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - - should return self minus other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:74./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:73./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - -@ should negate self FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:81./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:80./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - / should return self divided by other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:87./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:86./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - / should raise ZeroDivisionError if other is zero and not a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:94./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:93./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - / should NOT raise ZeroDivisionError if other is zero and is a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:101./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:100./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - < should return true if self is less than other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:109./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:108./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - <= should return true if self is less than or equal to other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:116./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:115./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - <=> should return -1, 0, 1 when self is less than, equal, or greater than other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:123./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:122./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - == should true if self has the same value as other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:130./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:129./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - > should return true if self is greater than other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:137./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:136./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - >= should return true if self is greater than or equal to other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:144./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:143./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - abs should return the absolute value FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:151./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:150./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - << should return self shifted left other bits FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:157./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:156./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - >> should return self shifted right other bits FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:164./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:163./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - [] should return the nth bit in the binary representation of self FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:171./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:170./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - ^ should return self bitwise EXCLUSIVE OR other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:178./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:177./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - coerce should return [other, self] both as Bignum if other is an Integer FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:185./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:184./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - div should be a synonym for / FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:192./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:191./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - div should raise ZeroDivisionError if other is zero and not a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:199./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:198./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - div should NOT raise ZeroDivisionError if other is zero and is a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:206./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:205./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - divmod should return an [quotient, modulus] from dividing self by other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:214./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:213./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - divmod should raise ZeroDivisionError if other is zero and not a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:221./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:220./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - divmod should raise FloatDomainError if other is zero and is a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:228./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:227./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - eql? should return true if other is a Bignum with the same value FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:235./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:234./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - hash should be provided FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:242./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:241./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - modulo should be a synonym for % FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:248./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:247./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - % should raise ZeroDivisionError if other is zero and not a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:255./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:254./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - modulo should NOT raise ZeroDivisionError if other is zero and is a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:262./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:261./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - quo should return the floating-point result of self divided by other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:270./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:269./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - quo should NOT raise an exception when other is zero FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:277./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:276./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - remainder should return the remainder of dividing self by other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:287./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:286./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - remainder should raise ZeroDivisionError if other is zero and not a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:294./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:293./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - remainder should NOT raise ZeroDivisionError if other is zero and is a Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:300./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:299./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - size should be provided FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:308./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:307./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - to_f should return self converted to Float FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:314./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:313./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - to_s should return a string representation of self FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:320./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:319./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - | should return self bitwise OR other FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:326./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:325./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - ~ should return self bitwise inverted FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:333./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:332./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7
 - coerce should return [Bignum, Bignum] if other is a Bignum FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/bignum_spec.rb:340./spec/core/../mini_rspec.rb:73:in `specify'spec/core/bignum_spec.rb:339./spec/core/../mini_rspec.rb:93:in `context'spec/core/bignum_spec.rb:7

ObjectSpace class methods
-------------------
 - _id2ref should convert an object id to a reference to the object FAILED:
undefined method `example' for main:Object: spec/core/objectspace_spec.rb:9./spec/core/../mini_rspec.rb:73:in `specify'spec/core/objectspace_spec.rb:8./spec/core/../mini_rspec.rb:93:in `context'spec/core/objectspace_spec.rb:7
 - each_object should call the block once for each living, nonimmediate object in the Ruby process FAILED:
undefined method `example' for main:Object: spec/core/objectspace_spec.rb:16./spec/core/../mini_rspec.rb:73:in `specify'spec/core/objectspace_spec.rb:15./spec/core/../mini_rspec.rb:93:in `context'spec/core/objectspace_spec.rb:7

Creating a Hash
-------------------
 - Hash[] is a shorthand for creating a Hash, values can be provided as  key => value, .. OR key, value, ... FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:13./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:12./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:11
 - Using the parameter list format for Hash[], an even number of arguments must be provided FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:19./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:18./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:11
 - The two argument styles to Hash[] cannot be mixed FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:29./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:28./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:11

Hash class method
-------------------
 - new with object creates a new Hash with default object FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:41./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:40./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:39
 - new with block creates a new Hash calling block with key for the default object FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:47./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:46./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:39

Hash instance method
-------------------
 - == should if other has the same default object and the same values for all keys FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:56./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:55./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - [] should return the default (immediate) value FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:68./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:67./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - [] should return the default (dynamic) value FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:74./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:73./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - []= should associate the key with the value and return the value FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:81./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:80./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - clear should remove all key, value pairs FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:88./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:87./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - default should return the default value FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:94./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:93./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - default= should set the default value FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:101./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:100./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - default_proc should return the block passed to Hash.new FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:109./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:108./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - default_proc should return nil if no block was passed to proc FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:117./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:116./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - delete should delete the entry whose key is == key FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:123./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:122./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - delete should return nil if the key is not found FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:130./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:129./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - delete_if should remove every entry for which block is true FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:136./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:135./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - each should call block once for each entry, passing key, value FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:143./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:142./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - each_key should call block once for each key, passing key FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:151./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:150./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - each_pair should be a synonym for each FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:159./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:158./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - each_value should should call block once for each key, passing value FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:167./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:166./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - empty? should return true if block has not entries FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:175./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:174./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - fetch should return the value for key FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:181./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:180./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - fetch should raise IndexError if key is not found FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:187./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:186./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - fetch with default should return default if key is not found FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:198./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:197./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - fetch with block should return value of block if key is not found FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:204./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:203./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - has_key? should be a synonym for key? FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:210./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:209./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - has_value? should be a synonym for value? FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:217./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:216./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - include? should be a synonym for key? FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:223./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:222./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - index should return the cooresponding key for value FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:230./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:229./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - index should return nil if the value is not found FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:236./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:235./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - indexes should be a DEPRECATED synonym for values_at FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:242./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:241./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - indices should be a DEPRECATED synonym for values_at FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:248./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:247./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - initialize_copy should be a synonym for replace FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:254./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:253./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - inspect should return a string representation FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:260./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:259./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - invert should return a new hash where keys are values and vice versa FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:266./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:265./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - key? should return true if argument is a key FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:272./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:271./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - key? should return false if the key was not found FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:279./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:278./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - key? should return true if the key's matching value was nil FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:285./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:284./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - key? should return true if the key's matching value was false FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:291./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:290./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - key? should return true if the key was found FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:297./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:296./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - keys should return an array populated with keys FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:303./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:302./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - length should return the number of entries FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:309./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:308./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - member? should be a synonym for key? FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:315./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:314./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - merge should return a new hash by combining self with the contents of other FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:322./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:321./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - merge with block sets any duplicate key to the value of block FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:328./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:327./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - merge! should adds the entries from other, overwriting duplicate keys FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:334./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:333./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - merge! with block sets any duplicate key to the value of block FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:341./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:340./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - rehash should be provided FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:348./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:347./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - reject should be equivalent to hsh.dup.delete_if FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:354./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:353./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - reject! should return nil if no changes were made FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:361./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:360./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - replace should replace the contents of self with other FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:367./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:366./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - select should return an array of entries for which block is true FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:374./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:373./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - shift should remove an entry from hash and return it in a two-element array FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:381./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:380./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - size should be a synonym for length FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:388./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:387./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - sort should convert self to a nested array of [key, value] arrays and sort with Array#sort FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:394./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:393./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - sort with block should use block to sort array FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:400./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:399./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - store should be a synonym for []= FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:406./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:405./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - to_a should return a nested array of [key, value] arrays FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:413./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:412./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - to_hash should should return self FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:419./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:418./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - to_s should return a string by calling Hash#to_a and using Array#join with default separator FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:426./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:425./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - update should be a synonym for merge! FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:432./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:431./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - update with block should be a synonym for merge! FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:439./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:438./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - value? should be a synonym for has_value? FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:446./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:445./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - values should return an array of values FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:452./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:451./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54
 - values_at should return an array of values for the given keys FAILED:
undefined method `example' for main:Object: spec/core/hash_spec.rb:458./spec/core/../mini_rspec.rb:73:in `specify'spec/core/hash_spec.rb:457./spec/core/../mini_rspec.rb:93:in `context'spec/core/hash_spec.rb:54

Math constants
-------------------
 - Constant PI should approximate the value of pi FAILED:
undefined method `example' for main:Object: spec/core/math_spec.rb:15./spec/core/../mini_rspec.rb:73:in `specify'spec/core/math_spec.rb:14./spec/core/../mini_rspec.rb:93:in `context'spec/core/math_spec.rb:13
 - Constant E should approximate the value of Napier's constant FAILED:
undefined method `example' for main:Object: spec/core/math_spec.rb:21./spec/core/../mini_rspec.rb:73:in `specify'spec/core/math_spec.rb:20./spec/core/../mini_rspec.rb:93:in `context'spec/core/math_spec.rb:13

Math methods
-------------------
 - sqrt should return the square root of parameter FAILED:
undefined method `example' for main:Object: spec/core/math_spec.rb:29./spec/core/../mini_rspec.rb:73:in `specify'spec/core/math_spec.rb:28./spec/core/../mini_rspec.rb:93:in `context'spec/core/math_spec.rb:27

Math included in another object
-------------------
 - should make the Math methods available to the object FAILED:
undefined method `example' for main:Object: spec/core/math_spec.rb:37./spec/core/../mini_rspec.rb:73:in `specify'spec/core/math_spec.rb:36./spec/core/../mini_rspec.rb:93:in `context'spec/core/math_spec.rb:35
 - should make the Math constants available to the object FAILED:
undefined method `example' for main:Object: spec/core/math_spec.rb:46./spec/core/../mini_rspec.rb:73:in `specify'spec/core/math_spec.rb:45./spec/core/../mini_rspec.rb:93:in `context'spec/core/math_spec.rb:35

FalseClass
-------------------
 - & should return false
 - ^ should return false if other is nil or false, otherwise true
 - to_s should return the string 'false'
 - | should return false if other is nil or false, otherwise true
 - inspect should return the string 'false'

Range
-------------------
 - == should return true if other has same begin, end, and exclude_end? FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:8./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:7./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - === should return true if other is an element FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:14./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:13./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - begin should return the first element FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:20./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:19./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - each should pass each element to the block FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:26./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:25./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - end should return the last element FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:34./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:33./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - eql? should be a synonym for == FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:40./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:39./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - exclude_end? should return true if the range exludes the end value FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:46./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:45./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - first should be a synonym for begin FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:52./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:51./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - should provide hash FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:58./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:57./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - include? should be a synonym for === FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:64./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:63./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - inspect should provide a printable form FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:70./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:69./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - last should be a synonym for end FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:76./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:75./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - member? should be a synonym for === FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:82./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:81./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - step should pass each nth element to the block FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:88./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:87./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6
 - to_s should provide a printable form FAILED:
undefined method `example' for main:Object: spec/core/range_spec.rb:96./spec/core/../mini_rspec.rb:73:in `specify'spec/core/range_spec.rb:95./spec/core/../mini_rspec.rb:93:in `context'spec/core/range_spec.rb:6

Exception class method
-------------------
 - new should create a new instance of Exception FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:12./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:11./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:10
 - new with message should set the message of the Exception FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:18./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:17./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:10
 - exception should be a synonym for new FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:24./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:23./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:10
 - exception should return 'Exception' for message when no message given FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:30./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:29./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:10
 - exception with message should set the message of the Exception FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:36./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:35./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:10

Exception instance method
-------------------
 - message should return the exception message FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:44./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:43./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:42
 - inspect should return '#<Exception: Exception>' when no message given FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:50./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:49./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:42
 - inspect should include message when given FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:56./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:55./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:42

In the Exception class hierarchy
-------------------
 - Exception should exist FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:64./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:63./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - NoMemoryError should subclass Exception FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:70./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:69./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - ScriptError should subclass Exception FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:76./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:75./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - LoadError should subclass ScriptError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:82./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:81./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - NotImplementedError should subclass ScriptError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:88./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:87./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - SyntaxError should subclass ScriptError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:94./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:93./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - SignalException should subclass Exception FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:100./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:99./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - Interrupt should subclass SignalException FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:106./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:105./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - StandardError should subclass Exception FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:112./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:111./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - ArgumentError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:118./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:117./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - IOError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:124./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:123./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - EOFError should subclass IOError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:130./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:129./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - IndexError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:136./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:135./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - LocalJumpError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:142./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:141./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - NameError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:148./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:147./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - NameError.new should take optional name argument FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:154./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:153./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - NoMethodError should subclass NameError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:160./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:159./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - NoMethodError.new should allow passing method args FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:166./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:165./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - RangeError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:172./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:171./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - FloatDomainError should subclass RangeError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:178./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:177./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - RegexpError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:184./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:183./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - RuntimeError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:190./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:189./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - SecurityError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:196./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:195./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - SystemCallError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:202./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:201./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - SystemCallError.new requires at least one argumentt FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:208./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:207./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - SystemCallError.new should take optional errno argument FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:216./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:215./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
SystemCallError instance methods
-------------------
 - errno should return nil when no errno given FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:223./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:222./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:221./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - errno should return the errno given as optional argument to new FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:229./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:228./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:221./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62

 - ThreadError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:236./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:235./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - TypeError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:242./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:241./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - ZeroDivisionError should subclass StandardError FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:248./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:247./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - SystemExit should subclass Exception FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:254./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:253./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62
 - SystemStackError should subclass Exception FAILED:
undefined method `example' for main:Object: spec/core/exception_spec.rb:260./spec/core/../mini_rspec.rb:73:in `specify'spec/core/exception_spec.rb:259./spec/core/../mini_rspec.rb:93:in `context'spec/core/exception_spec.rb:62

Time class method
-------------------
 - at should convert to time object FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:17./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:16./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:15
 - at should create a new time object with the value given by time FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:23./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:22./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:15
 - gm should create a time based on given values, interpreted as UTC (GMT) FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:29./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:28./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:15
 - utc is a synonym for Time.gm FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:35./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:34./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:15
 - local should create a time based on given values, interpreted in the local time zone FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:41./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:40./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:15
 - mktime is a synonym for Time.local FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:47./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:46./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:15

Time instance method
-------------------
 - asctime should return a canonical string representation of time FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:56./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:55./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - ctime is a synonym for Time#acstime  FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:62./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:61./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - sec should return the second of the minute(0..60) for time FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:68./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:67./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - to_i should return the value of time as an integer number of seconds since epoch FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:74./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:73./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - tv_sec is a synonym for Time#to_i FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:80./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:79./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - hour should return the hour of the day (0..23) for time FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:86./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:85./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - min should return the minute of the hour (0..59) for time FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:92./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:91./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - day should return the day of the month (1..n) for time FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:98./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:97./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - mday is a synonym for Time#day FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:104./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:103./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - <=> should return 1 if the first argument is a point in time after the second argument FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:110./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:109./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - <=> should return -1 if the first argument is a point in time before the second argument FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:116./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:115./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - utc? should return true if time represents a time in UTC (GMT) FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:122./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:121./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - year should return the name year for time FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:128./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:127./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - strftime should format time according to the directives in the given format string FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:134./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:133./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - wday should return an integer representing the day of the week, 0..6, with Sunday being 0 FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:140./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:139./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - yday should return an integer representing the day of the year, 1..366 FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:146./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:145./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - zone should return the time zone used for time FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:152./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:151./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - mon should return the month of the year FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:158./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:157./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - month is a synonym for Time#mon FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:164./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:163./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - gmt? should return true is time represents a time in UTC (GMT) FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:170./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:169./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - usec should return the microseconds for time FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:176./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:175./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54
 - gmt_offset should return the offset in seconds between the timezone of time and UTC FAILED:
undefined method `example' for main:Object: spec/core/time_spec.rb:182./spec/core/../mini_rspec.rb:73:in `specify'spec/core/time_spec.rb:181./spec/core/../mini_rspec.rb:93:in `context'spec/core/time_spec.rb:54

A Proc instance
-------------------
A class with Comparable mixin, method
-------------------
Creating a Continuation object
-------------------
 - Must be done through Kernel.callcc, no .new FAILED:
undefined method `example' for main:Object: spec/core/continuation_spec.rb:17./spec/core/../mini_rspec.rb:73:in `specify'spec/core/continuation_spec.rb:16./spec/core/../mini_rspec.rb:93:in `context'spec/core/continuation_spec.rb:15

Executing a Continuation
-------------------
 - Using #call transfers execution to right after the Kernel.callcc block FAILED:
undefined method `example' for main:Object: spec/core/continuation_spec.rb:31./spec/core/../mini_rspec.rb:73:in `specify'spec/core/continuation_spec.rb:30./spec/core/../mini_rspec.rb:93:in `context'spec/core/continuation_spec.rb:29
 - Arguments given to #call (or nil) are returned by the Kernel.callcc block (as Array unless only one object) FAILED:
undefined method `example' for main:Object: spec/core/continuation_spec.rb:46./spec/core/../mini_rspec.rb:73:in `specify'spec/core/continuation_spec.rb:45./spec/core/../mini_rspec.rb:93:in `context'spec/core/continuation_spec.rb:29
 - #[] is an alias for #call FAILED:
undefined method `example' for main:Object: spec/core/continuation_spec.rb:54./spec/core/../mini_rspec.rb:73:in `specify'spec/core/continuation_spec.rb:53./spec/core/../mini_rspec.rb:93:in `context'spec/core/continuation_spec.rb:29

Using Dir to move around the filesystem
-------------------
 - Dir.pwd and Dir.getwd return the current working directory FAILED:
undefined method `example' for main:Object: spec/core/dir_spec.rb:83./spec/core/../mini_rspec.rb:73:in `specify'spec/core/dir_spec.rb:82./spec/core/../mini_rspec.rb:93:in `context'spec/core/dir_spec.rb:81
 - Dir.chdir can be used to change the working directory--temporary if a block is provided. Defaults to $HOME FAILED:
undefined method `example' for main:Object: spec/core/dir_spec.rb:89./spec/core/../mini_rspec.rb:73:in `specify'spec/core/dir_spec.rb:88./spec/core/../mini_rspec.rb:93:in `context'spec/core/dir_spec.rb:81

Using Dir to modify the filesystem
-------------------
A class with Enumerable mixin, method
-------------------
 - each should be provided FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:27./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:26./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - each should provide each element to the block FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:33./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:32./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - all? with no block should return true if no elements are false or nil FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:41./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:40./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - all? should return true if the block never returns false or nil FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:47./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:46./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - all? should return false if the block ever returns false or nil FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:53./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:52./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - any? with no block should return true if any element is not false or nil FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:59./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:58./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - any? should return true if the block ever returns other than false or nil FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:65./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:64./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - any? should return false if the block never returns other than false or nil FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:71./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:70./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - collect should return a new array with the results of passing each element to block FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:77./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:76./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - detect should return the first element for which block is not false FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:83./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:82./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - each_with_index should pass each element and its index to block FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:89./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:88./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - entries should return an array containing the elements FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:97./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:96./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - find should be a synonym for detect FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:103./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:102./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - find_all should be a synonym for select FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:109./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:108./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - grep without a block should return an array of all elements === pattern FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:115./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:114./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - grep with a block should return an array of elements === pattern passed to block FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:121./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:120./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - include? should return true if any element == argument FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:127./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:126./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - inject without argument should combine the elements by passing accumulator value and each element (skipping the first) in turn to block FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:133./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:132./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - inject without argument should combine the elements by passing accumulator value and each element (including the first) in turn to block FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:139./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:138./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - map should be a synonym for collect FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:145./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:144./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - member? should be a synonym for include? FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:151./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:150./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - partition should return two arrays, the first containing elements for which the block is true, the second containing the rest FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:157./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:156./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - reject should return an array of the elements for which block is false FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:163./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:162./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - select should return an array of all elements for which block is not false FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:169./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:168./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - to_a should should be a synonym for entries FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:175./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:174./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - zip without a block should merge elements with corresponding elements from each argument FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:181./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:180./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8
 - zip should merge elements with corresponding elements from each argument and return an array from passing each of these to block FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:187./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:186./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:8

A class with Enumerable mixin and <=> defined, method
-------------------
 - max should return the maximum element FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:217./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:216./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:195
 - min should return the minimum element FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:223./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:222./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:195
 - sort without a block should should return an array of elements ordered lowest to highest FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:229./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:228./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:195
 - sort with a block should return an array of elements ordered by the result of block FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:235./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:234./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:195
 - sort_by should return an array of elements ordered by the result of block FAILED:
undefined method `example' for #<Object:0x5703c8>: spec/core/enumerable_spec.rb:241./spec/core/../mini_rspec.rb:73:in `specify'spec/core/enumerable_spec.rb:240./spec/core/../mini_rspec.rb:93:in `context'spec/core/enumerable_spec.rb:195

File class method
-------------------
 - dirname should return all the components of filename except the last one FAILED:
undefined method `example' for main:Object: spec/core/file_spec.rb:17./spec/core/../mini_rspec.rb:73:in `specify'spec/core/file_spec.rb:16./spec/core/../mini_rspec.rb:93:in `context'spec/core/file_spec.rb:15
 - basename should return the last component of the filename FAILED:
undefined method `example' for main:Object: spec/core/file_spec.rb:29./spec/core/../mini_rspec.rb:73:in `specify'spec/core/file_spec.rb:28./spec/core/../mini_rspec.rb:93:in `context'spec/core/file_spec.rb:15

File instance method
-------------------

TrueClass
-------------------
 - & should return false if other is nil or false, otherwise true
 - ^ should return true if other is nil or false, otherwise false
 - to_s should return the string 'true'
 - | should return true
 - inspect should return the string 'true'

NilClass
-------------------
 - & should return false FAILED:
undefined method `example' for main:Object: spec/core/nil_spec.rb:7./spec/core/../mini_rspec.rb:73:in `specify'spec/core/nil_spec.rb:6./spec/core/../mini_rspec.rb:93:in `context'spec/core/nil_spec.rb:5
 - ^ should return false if other is nil or false, otherwise true FAILED:
undefined method `example' for main:Object: spec/core/nil_spec.rb:13./spec/core/../mini_rspec.rb:73:in `specify'spec/core/nil_spec.rb:12./spec/core/../mini_rspec.rb:93:in `context'spec/core/nil_spec.rb:5
 - inspect should return the string 'nil' FAILED:
undefined method `example' for main:Object: spec/core/nil_spec.rb:19./spec/core/../mini_rspec.rb:73:in `specify'spec/core/nil_spec.rb:18./spec/core/../mini_rspec.rb:93:in `context'spec/core/nil_spec.rb:5
 - nil? should return true FAILED:
undefined method `example' for main:Object: spec/core/nil_spec.rb:25./spec/core/../mini_rspec.rb:73:in `specify'spec/core/nil_spec.rb:24./spec/core/../mini_rspec.rb:93:in `context'spec/core/nil_spec.rb:5
 - to_a should return an empty array FAILED:
undefined method `example' for main:Object: spec/core/nil_spec.rb:31./spec/core/../mini_rspec.rb:73:in `specify'spec/core/nil_spec.rb:30./spec/core/../mini_rspec.rb:93:in `context'spec/core/nil_spec.rb:5
 - to_f should return 0.0 FAILED:
undefined method `example' for main:Object: spec/core/nil_spec.rb:37./spec/core/../mini_rspec.rb:73:in `specify'spec/core/nil_spec.rb:36./spec/core/../mini_rspec.rb:93:in `context'spec/core/nil_spec.rb:5
 - to_f should not cause NilClass to be coerced into Float FAILED:
undefined method `example' for main:Object: spec/core/nil_spec.rb:43./spec/core/../mini_rspec.rb:73:in `specify'spec/core/nil_spec.rb:42./spec/core/../mini_rspec.rb:93:in `context'spec/core/nil_spec.rb:5
 - to_i should return 0 FAILED:
undefined method `example' for main:Object: spec/core/nil_spec.rb:50./spec/core/../mini_rspec.rb:73:in `specify'spec/core/nil_spec.rb:49./spec/core/../mini_rspec.rb:93:in `context'spec/core/nil_spec.rb:5
 - to_i should not cause NilClass to be coerced into Fixnum FAILED:
undefined method `example' for main:Object: spec/core/nil_spec.rb:56./spec/core/../mini_rspec.rb:73:in `specify'spec/core/nil_spec.rb:55./spec/core/../mini_rspec.rb:93:in `context'spec/core/nil_spec.rb:5
 - to_s should return '' FAILED:
undefined method `example' for main:Object: spec/core/nil_spec.rb:62./spec/core/../mini_rspec.rb:73:in `specify'spec/core/nil_spec.rb:61./spec/core/../mini_rspec.rb:93:in `context'spec/core/nil_spec.rb:5
 - | should return false if other is nil or false, otherwise true FAILED:
undefined method `example' for main:Object: spec/core/nil_spec.rb:68./spec/core/../mini_rspec.rb:73:in `specify'spec/core/nil_spec.rb:67./spec/core/../mini_rspec.rb:93:in `context'spec/core/nil_spec.rb:5

Module
-------------------
 - instance_methods with false should exclude super class instance methods FAILED:
undefined method `example' for main:Object: spec/core/module_spec.rb:5./spec/core/../mini_rspec.rb:73:in `specify'spec/core/module_spec.rb:4./spec/core/../mini_rspec.rb:93:in `context'spec/core/module_spec.rb:3
 - const_defined? should return false if the name is not defined FAILED:
undefined method `example' for main:Object: spec/core/module_spec.rb:16./spec/core/../mini_rspec.rb:73:in `specify'spec/core/module_spec.rb:15./spec/core/../mini_rspec.rb:93:in `context'spec/core/module_spec.rb:3
 - const_defined? should return true if the name is defined FAILED:
undefined method `example' for main:Object: spec/core/module_spec.rb:22./spec/core/../mini_rspec.rb:73:in `specify'spec/core/module_spec.rb:21./spec/core/../mini_rspec.rb:93:in `context'spec/core/module_spec.rb:3
 - include should accept multiple arguments FAILED:
undefined method `example' for main:Object: spec/core/module_spec.rb:36./spec/core/../mini_rspec.rb:73:in `specify'spec/core/module_spec.rb:35./spec/core/../mini_rspec.rb:93:in `context'spec/core/module_spec.rb:3
 - should provide append_features FAILED:
undefined method `example' for main:Object: spec/core/module_spec.rb:45./spec/core/../mini_rspec.rb:73:in `specify'spec/core/module_spec.rb:44./spec/core/../mini_rspec.rb:93:in `context'spec/core/module_spec.rb:3
 - append_features should include self in other module unless it is already included FAILED:
undefined method `example' for main:Object: spec/core/module_spec.rb:73./spec/core/../mini_rspec.rb:73:in `specify'spec/core/module_spec.rb:72./spec/core/../mini_rspec.rb:93:in `context'spec/core/module_spec.rb:3

Module.new method
-------------------
 - should return a new instance FAILED:
undefined method `example' for main:Object: spec/core/module_spec.rb:87./spec/core/../mini_rspec.rb:73:in `specify'spec/core/module_spec.rb:86./spec/core/../mini_rspec.rb:93:in `context'spec/core/module_spec.rb:84
 - may receive a block FAILED:
undefined method `example' for main:Object: spec/core/module_spec.rb:93./spec/core/../mini_rspec.rb:73:in `specify'spec/core/module_spec.rb:92./spec/core/../mini_rspec.rb:93:in `context'spec/core/module_spec.rb:84

Module#module_eval given a block
-------------------
Sprintf::Parser instance method
-------------------
MatchData instance method
-------------------
 - [] should act as normal array indexing [index] FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:8./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:7./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - [] should support accessors [start, length] FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:18./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:17./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - [] should support ranges [start..end] FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:27./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:26./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - begin(index) should return the offset of the start of the nth element FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:33./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:32./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - captures should return and array of the match captures FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:42./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:41./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - end(index) should return the offset of the end of the nth element FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:48./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:47./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - length should return the number of elements in the match array FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:57./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:56./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - size should return the number of elements in the match array FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:63./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:62./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - to_s should return the entire matched string FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:69./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:68./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - offset(index) should return a two element array with the begin and end of the nth match FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:75./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:74./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - post_match should return the string after the match equiv. special var $' FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:84./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:83./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - pre_match should return the string before the match, equiv. special var $` FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:93./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:92./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - values_at([index]*) should return an array of the matching value FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:102./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:101./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - select (depreciated) should yield the contents of the match array to a block FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:108./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:107./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - string should return a frozen copy of the match string FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:114./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:113./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6
 - to_a returns an array of matches FAILED:
undefined method `example' for main:Object: spec/core/matchdata_spec.rb:120./spec/core/../mini_rspec.rb:73:in `specify'spec/core/matchdata_spec.rb:119./spec/core/../mini_rspec.rb:93:in `context'spec/core/matchdata_spec.rb:6

Regexp class method
-------------------
 - compile should be a synonym for new FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:11./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:10./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:9
 - escape should escape any characters with special meaning in a regular expression FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:17./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:16./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:9
 - last_match with no argument should return MatchData FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:23./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:22./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:9
 - last_match with a fixnum argument should return the nth field in this MatchData FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:30./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:29./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:9
 - new should create a new regular expression object FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:37./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:36./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:9
 - quote should be a synonym for escape FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:43./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:42./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:9
 - union with no arguments should return /(?!)/ FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:49./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:48./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:9
 - union with arguments should return a regular expression that will match any part FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:55./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:54./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:9

Regexp instance method
-------------------
 - == should be true if self and other have the same pattern, character set code, and casefold? values FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:63./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:62./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - === should be true if there is a match FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:69./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:68./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - === should be false if there is no match FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:75./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:74./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - =~ should return the first position of the match FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:81./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:80./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - =~ should return nil if there is no match FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:90./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:89./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - casefold? should return the value of the case-insensitive flag FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:97./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:96./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - eql? should be a synonym for == FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:103./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:102./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - should provide hash FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:109./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:108./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - hash is based on the text and options of Regexp FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:115./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:114./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - inspect should produce a formatted string FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:126./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:125./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - kcode should return the character set code FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:132./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:131./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - match should be a synonym for =~ FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:138./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:137./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - options should return set of bits for options used FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:144./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:143./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - source should return the original string of the pattern FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:153./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:152./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - to_s should return a string in (?xxx:yyy) notation FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:159./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:158./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61
 - ~ should match against the contents of $_ FAILED:
undefined method `example' for main:Object: spec/core/regexp_spec.rb:165./spec/core/../mini_rspec.rb:73:in `specify'spec/core/regexp_spec.rb:164./spec/core/../mini_rspec.rb:93:in `context'spec/core/regexp_spec.rb:61

Integer class method
-------------------
 - induced_from should convert other to Integer FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:12./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:11./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:10

Integer instance method
-------------------
 - ceil should be a synonym for to_i FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:22./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:21./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - chr should return a string containing the ASCII character represented by self FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:29./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:28./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - chr should return a new string FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:37./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:36./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - downto should pass block decreasing values from self down to and including other Integer FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:43./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:42./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - floor should return the largest integer less than or equal to FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:52./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:51./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - integer? should return true FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:58./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:57./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - next should return the Integer equal to self + 1 FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:64./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:63./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - succ should be an alias for next FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:69./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:68./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - round should be a synonym for to_i FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:75./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:74./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - succ should be a synonym for next FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:82./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:81./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - times should pass block values from 0 to self - 1 FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:88./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:87./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - to_i should return self FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:97./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:96./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - to_int should be a synonym for to_i FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:104./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:103./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - truncate should be a synonym for to_i FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:111./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:110./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20
 - upto should pass block values from self up to and including other Integer FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:118./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:117./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:20

Integer#bits
-------------------
 - should return the minimum bits of storage needed for the number as a signed int FAILED:
undefined method `example' for main:Object: spec/core/integer_spec.rb:129./spec/core/../mini_rspec.rb:73:in `specify'spec/core/integer_spec.rb:128./spec/core/../mini_rspec.rb:93:in `context'spec/core/integer_spec.rb:127

The add primitive sent two fixnums
-------------------
 - should return the sum of its arguments FAILED:
Equality expected for nil and 1000: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:5./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:4./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:3

The add primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:13./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:12./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:11
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:18./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:17./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:11
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:23./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:22./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:11

The add primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:31./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:30./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:29
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:36./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:35./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:29

The compare primitive sent two fixnums
-------------------
 - should return 1 if x > y FAILED:
Equality expected for nil and 1: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:42./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:41./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:40
 - should return 0 if x == y FAILED:
Equality expected for nil and 0: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:48./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:47./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:40
 - should return -1 if x < y FAILED:
Equality expected for nil and -1: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:54./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:53./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:40

The compare primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:63./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:62./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:61
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:68./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:67./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:61
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:73./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:72./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:61

The compare primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:81./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:80./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:79
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:86./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:85./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:79

The equal primitive sent two fixnums
-------------------
 - should return true if x == y FAILED:
Equality expected for nil and true: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:92./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:91./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:90
 - should return false if x != y FAILED:
Equality expected for nil and false: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:98./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:97./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:90

The equal primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:106./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:105./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:104
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:111./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:110./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:104
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:116./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:115./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:104

The equal primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:124./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:123./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:122
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:129./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:128./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:122

The fixnum_and primitive sent two fixnums
-------------------
 - should return the bitwise and of its' arguments FAILED:
Equality expected for nil and 500: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:135./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:134./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:133

The fixnum_and primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:151./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:150./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:149
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:156./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:155./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:149
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:161./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:160./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:149

The fixnum_and primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:169./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:168./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:167
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:174./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:173./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:167

The fixnum_divmod primitive sent two fixnums
-------------------
 - should return the quotient and remainder of its arguments FAILED:
Equality expected for nil and [1, 0]: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:180./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:179./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:178
 - should raise PrimitiveFailure when division by zero occurs FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:190./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:189./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:178

The fixnum_divmod primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:199./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:198./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:197
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:204./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:203./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:197
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:209./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:208./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:197

The fixnum_divmod primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:217./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:216./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:215
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:222./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:221./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:215

The fixnum_div primitive sent two fixnums
-------------------
 - should return the quotient of its arguments FAILED:
Equality expected for nil and 1: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:228./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:227./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:226
 - should discard the remainder of a division FAILED:
Equality expected for nil and 3: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:235./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:234./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:226
 - should raise PrimitiveFailure when division by zero occurs FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:240./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:239./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:226

The fixnum_div primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:249./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:248./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:247
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:254./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:253./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:247
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:259./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:258./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:247

The fixnum_div primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:267./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:266./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:265
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:272./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:271./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:265

The fixnum_invert primitive sent a fixnum
-------------------
 - should return the complement of its fixnum argument FAILED:
Equality expected for nil and -6: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:278./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:277./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:276

The fixnum_invert primitive sent a fixnum
-------------------
 - should raise PrimitiveFailure with a non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:286./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:285./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:284

The fixnum_invert primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 0 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:293./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:292./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:291

The fixnum_modulo primitive sent two fixnums
-------------------
 - should return the remainder of its arguments FAILED:
Equality expected for nil and 0: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:301./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:300./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:299
 - should raise PrimitiveFailure when division by zero occurs FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:310./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:309./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:299

The fixnum_modulo primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:319./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:318./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:317
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:324./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:323./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:317
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:329./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:328./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:317

The fixnum_modulo primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:337./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:336./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:335
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:342./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:341./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:335

The fixnum_mul primitive sent two fixnums
-------------------
 - should return the product of its arguments FAILED:
Equality expected for nil and 25: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:348./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:347./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:346

The fixnum_mul primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:358./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:357./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:356
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:363./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:362./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:356
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:368./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:367./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:356

The fixnum_mul primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:376./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:375./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:374
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:381./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:380./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:374

The fixnum_neg primitive sent a fixnum
-------------------
 - should return the negative of its fixnum argument FAILED:
Equality expected for nil and -5: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:387./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:386./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:385

The fixnum_neg primitive sent a fixnum
-------------------
 - should raise PrimitiveFailure with a non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:395./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:394./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:393

The fixnum_neg primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 0 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:402./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:401./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:400

The fixnum_or primitive sent two fixnums
-------------------
 - should return the bitwise or of its' arguments FAILED:
Equality expected for nil and 500: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:410./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:409./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:408

The fixnum_or primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:426./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:425./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:424
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:431./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:430./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:424
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:436./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:435./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:424

The fixnum_or primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:444./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:443./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:442
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:449./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:448./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:442

The fixnum_size primitive sent a fixnums
-------------------
 - should return the implementation byte length of fixnum FAILED:
Equality expected for nil and 4: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:455./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:454./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:453

The fixnum_size primitive sent a non-fixnum
-------------------
 - should raise PrimitiveFailure FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:463./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:462./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:461

The fixnum_size primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 0 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:470./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:469./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:468

The fixnum_to_s primitive sent self and a base (as a fixnum)
-------------------
 - should return the representation of the number in decimal FAILED:
Equality expected for nil and "5": ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:478./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:477./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:476
 - should return the representation of the number in hex FAILED:
Equality expected for nil and "5": ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:483./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:482./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:476
 - should return the representation of the number in octal FAILED:
Equality expected for nil and "5": ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:488./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:487./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:476
 - should return the representation of the number in binary FAILED:
Equality expected for nil and "101": ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:493./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:492./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:476

The fixnum_to_s primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:500./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:499./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:498
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:505./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:504./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:498
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:510./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:509./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:498

The fixnum_to_s primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:518./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:517./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:516
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:523./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:522./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:516

The fixnum_xor primitive sent two fixnums
-------------------
 - should return the bitwise xor of its' arguments FAILED:
Equality expected for nil and 0: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:529./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:528./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:527

The fixnum_xor primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:545./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:544./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:543
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:550./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:549./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:543
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:555./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:554./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:543

The fixnum_xor primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:563./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:562./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:561
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:568./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:567./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:561

The sub primitive sent two fixnums
-------------------
 - should return the difference of its arguments FAILED:
Equality expected for nil and 0: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:574./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:573./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:572

The sub primitive sent non-fixnums
-------------------
 - should raise PrimitiveFailure with fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:584./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:583./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:582
 - should raise PrimitiveFailure with non-fixnum, fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:589./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:588./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:582
 - should raise PrimitiveFailure with non-fixnum, non-fixnum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:594./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:593./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:582

The sub primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:602./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:601./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:600
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:607./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:606./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:600

The fixnum_to_f primitive sent a fixnum
-------------------
 - should return floating point representation equivalent FAILED:
Equality expected for nil and 8.0: ./spec/mini_rspec.rb:18:in `=='spec/primitives/fixnum_spec.rb:613./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:612./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:611

The fixnum_to_f primitive sent a non-fixnum
-------------------
 - should raise PrimitiveFailure FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:620./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:619./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:618

The fixnum_to_f primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/fixnum_spec.rb:627./spec/mini_rspec.rb:73:in `specify'spec/primitives/fixnum_spec.rb:626./spec/mini_rspec.rb:93:in `context'spec/primitives/fixnum_spec.rb:625

The object_taint primitive
-------------------
 - should return an identical string with a flag change FAILED:
Equality expected for nil and "this": ./spec/mini_rspec.rb:18:in `=='spec/primitives/object_spec.rb:5./spec/mini_rspec.rb:73:in `specify'spec/primitives/object_spec.rb:4./spec/mini_rspec.rb:93:in `context'spec/primitives/object_spec.rb:3

The math_sqrt primitive sent a float
-------------------
 - should return the square root of its argument FAILED:
Equality expected for nil and 5.0: ./spec/mini_rspec.rb:18:in `=='spec/primitives/math_spec.rb:5./spec/mini_rspec.rb:73:in `specify'spec/primitives/math_spec.rb:4./spec/mini_rspec.rb:93:in `context'spec/primitives/math_spec.rb:3

The math_sqrt primitive sent a negative float
-------------------
 - should return NaN (Not a Number) FAILED:
undefined method `nan?' for nil:NilClass: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'spec/primitives/math_spec.rb:12./spec/mini_rspec.rb:73:in `specify'spec/primitives/math_spec.rb:11./spec/mini_rspec.rb:93:in `context'spec/primitives/math_spec.rb:10

The math_sqrt primitive sent a non-float
-------------------
 - should raise a PrimitiveFailure FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/math_spec.rb:19./spec/mini_rspec.rb:73:in `specify'spec/primitives/math_spec.rb:18./spec/mini_rspec.rb:93:in `context'spec/primitives/math_spec.rb:17

The math_sqrt primitive sent the wrong number of args
-------------------
 - should raise an ArgumentError if there are more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/math_spec.rb:26./spec/mini_rspec.rb:73:in `specify'spec/primitives/math_spec.rb:25./spec/mini_rspec.rb:93:in `context'spec/primitives/math_spec.rb:24
 - should raise an ArgumentError if there are less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/math_spec.rb:31./spec/mini_rspec.rb:73:in `specify'spec/primitives/math_spec.rb:30./spec/mini_rspec.rb:93:in `context'spec/primitives/math_spec.rb:24

The bignum_add primitive sent two bignums
-------------------
 - should return the sum of its arguments FAILED:
Equality expected for nil and 1143492092887040: ./spec/mini_rspec.rb:18:in `=='spec/primitives/bignum_spec.rb:8./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:7./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:6

The bignum_add primitive sent non-bignums
-------------------
 - should raise PrimitiveFailure with bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:15./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:14./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:13
 - should raise PrimitiveFailure with non-bignum, bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:19./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:18./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:13
 - should raise PrimitiveFailure with non-bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:23./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:22./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:13

The bignum_add primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:29./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:28./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:27
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:33./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:32./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:27

The bignum_compare primitive sent two bignums
-------------------
 - should return 1 if x > y FAILED:
Equality expected for nil and 1: ./spec/mini_rspec.rb:18:in `=='spec/primitives/bignum_spec.rb:39./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:38./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:37
 - should return 0 if x == y FAILED:
Equality expected for nil and 0: ./spec/mini_rspec.rb:18:in `=='spec/primitives/bignum_spec.rb:43./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:42./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:37
 - should return -1 if x < y FAILED:
Equality expected for nil and -1: ./spec/mini_rspec.rb:18:in `=='spec/primitives/bignum_spec.rb:47./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:46./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:37

The bignum_compare primitive sent non-bignums
-------------------
 - should raise PrimitiveFailure with bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:54./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:53./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:52
 - should raise PrimitiveFailure with non-bignum, bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:58./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:57./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:52
 - should raise PrimitiveFailure with non-bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:62./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:61./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:52

The bignum_compare primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:68./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:67./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:66
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:72./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:71./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:66

The bignum_equal primitive sent two bignums
-------------------
 - should return true if x == y FAILED:
Equality expected for nil and true: ./spec/mini_rspec.rb:18:in `=='spec/primitives/bignum_spec.rb:78./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:77./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:76
 - should return false if x != y FAILED:
Equality expected for nil and false: ./spec/mini_rspec.rb:18:in `=='spec/primitives/bignum_spec.rb:83./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:82./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:76

The bignum_equal primitive sent non-bignums
-------------------
 - should raise PrimitiveFailure with bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:89./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:88./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:87
 - should raise PrimitiveFailure with non-bignum, bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:93./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:92./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:87
 - should raise PrimitiveFailure with non-bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:97./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:96./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:87

The bignum_equal primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:103./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:102./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:101
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:107./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:106./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:101

The bignum_and primitive sent two bignums
-------------------
 - should return the bitwise and of its' arguments FAILED:
Equality expected for nil and 0: ./spec/mini_rspec.rb:18:in `=='spec/primitives/bignum_spec.rb:113./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:112./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:111

The bignum_and primitive sent non-bignums
-------------------
 - should raise PrimitiveFailure with bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:120./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:119./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:118
 - should raise PrimitiveFailure with non-bignum, bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:124./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:123./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:118
 - should raise PrimitiveFailure with non-bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:128./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:127./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:118

The bignum_and primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:134./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:133./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:132
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:138./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:137./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:132

The bignum_divmod primitive sent two bignums
-------------------
 - should return the quotient and remainder of its arguments FAILED:
Equality expected for nil and [64, 0]: ./spec/mini_rspec.rb:18:in `=='spec/primitives/bignum_spec.rb:144./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:143./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:142

The bignum_divmod primitive sent non-bignums
-------------------
 - should raise PrimitiveFailure with bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:151./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:150./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:149
 - should raise PrimitiveFailure with non-bignum, bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:155./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:154./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:149
 - should raise PrimitiveFailure with non-bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:159./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:158./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:149

The bignum_divmod primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:165./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:164./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:163
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:169./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:168./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:163

The bignum_div primitive sent two bignums
-------------------
 - should return the quotient of its arguments FAILED:
Equality expected for nil and 64: ./spec/mini_rspec.rb:18:in `=='spec/primitives/bignum_spec.rb:176./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:175./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:174
 - should discard the remainder of a division FAILED:
Equality expected for nil and 0: ./spec/mini_rspec.rb:18:in `=='spec/primitives/bignum_spec.rb:181./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:180./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:174

The bignum_div primitive sent non-bignums
-------------------
 - should raise PrimitiveFailure with bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:188./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:187./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:186
 - should raise PrimitiveFailure with non-bignum, bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:192./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:191./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:186
 - should raise PrimitiveFailure with non-bignum, non-bignum FAILED:
Equality expected for "" and "PrimitiveFailure": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:196./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:195./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:186

The bignum_div primitive sent the wrong number of args
-------------------
 - should raise ArgumentError with more than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:202./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:201./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:200
 - should raise ArgumentError with less than 1 args FAILED:
Equality expected for "" and "ArgumentError": ./spec/mini_rspec.rb:18:in `=='./spec/primitives/../primitives_spec_helper.rb:56:in `should_raise'spec/primitives/bignum_spec.rb:207./spec/mini_rspec.rb:73:in `specify'spec/primitives/bignum_spec.rb:206./spec/mini_rspec.rb:93:in `context'spec/primitives/bignum_spec.rb:200

Parser
-------------------
 - should parse a symbol literal that uses single quotes FAILED:
undefined method `example' for main:Object: spec/parser/symbol_spec.rb:5./spec/parser/../mini_rspec.rb:73:in `specify'spec/parser/symbol_spec.rb:4./spec/parser/../mini_rspec.rb:93:in `context'spec/parser/symbol_spec.rb:3

Time class method
-------------------

Time instance method
-------------------

A class with Enumerable::Enumerator mixin
-------------------
Fixnum instance method
-------------------
 - coerce should return [Bignum, Bignum] if other is a Bignum FAILED:
undefined method `example' for main:Object: spec/incompatible/fixnum_spec.rb:5./spec/incompatible/../mini_rspec.rb:73:in `specify'spec/incompatible/fixnum_spec.rb:4./spec/incompatible/../mini_rspec.rb:93:in `context'spec/incompatible/fixnum_spec.rb:3

String instance method
-------------------
 - lstrip should return a string with all leading \000 and whitespace characters removed FAILED:
undefined method `example' for main:Object: spec/incompatible/string_spec.rb:5./spec/incompatible/../mini_rspec.rb:73:in `specify'spec/incompatible/string_spec.rb:4./spec/incompatible/../mini_rspec.rb:93:in `context'spec/incompatible/string_spec.rb:3
 - lstrip! should modify self by removing all leading \000 and whitespace characters FAILED:
undefined method `example' for main:Object: spec/incompatible/string_spec.rb:15./spec/incompatible/../mini_rspec.rb:73:in `specify'spec/incompatible/string_spec.rb:14./spec/incompatible/../mini_rspec.rb:93:in `context'spec/incompatible/string_spec.rb:3
 - rstrip should return a string with all trailing \000 and whitespace characters removed FAILED:
undefined method `example' for main:Object: spec/incompatible/string_spec.rb:24./spec/incompatible/../mini_rspec.rb:73:in `specify'spec/incompatible/string_spec.rb:23./spec/incompatible/../mini_rspec.rb:93:in `context'spec/incompatible/string_spec.rb:3
 - rstrip! should modify self by removing all trailing \000 and whitespace characters FAILED:
undefined method `example' for main:Object: spec/incompatible/string_spec.rb:36./spec/incompatible/../mini_rspec.rb:73:in `specify'spec/incompatible/string_spec.rb:35./spec/incompatible/../mini_rspec.rb:93:in `context'spec/incompatible/string_spec.rb:3

Integer instance method
-------------------

Bignum instance method
-------------------
 - coerce should return [Bignum, Bignum] if other is a Fixnum FAILED:
undefined method `example' for main:Object: spec/incompatible/bignum_spec.rb:5./spec/incompatible/../mini_rspec.rb:73:in `specify'spec/incompatible/bignum_spec.rb:4./spec/incompatible/../mini_rspec.rb:93:in `context'spec/incompatible/bignum_spec.rb:3
 - coerce should return [Float, Float] if other is not a Bignum or Fixnum FAILED:
undefined method `example' for main:Object: spec/incompatible/bignum_spec.rb:12./spec/incompatible/../mini_rspec.rb:73:in `specify'spec/incompatible/bignum_spec.rb:11./spec/incompatible/../mini_rspec.rb:93:in `context'spec/incompatible/bignum_spec.rb:3

MRITarget
-------------------
 - should provide example method FAILED:
undefined method `respond_to' for #<PositiveSpec:0xb1ff08 @obj=#<MRITargetSpec:0xb1fff8>>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/mri_spec.rb:15./spec/mini_rspec.rb:73:in `specify'spec/targets/mri_spec.rb:14./spec/mini_rspec.rb:93:in `context'spec/targets/mri_spec.rb:9
 - example should take a default argument
 - example should receive a block FAILED:
private method `raise' called for #<PositiveSpec:0xb1f850>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/proc.rb:37:in `should_raise'spec/targets/mri_spec.rb:23./spec/mini_rspec.rb:73:in `specify'spec/targets/mri_spec.rb:22./spec/mini_rspec.rb:93:in `context'spec/targets/mri_spec.rb:9
 - should provide a code method FAILED:
undefined method `respond_to' for #<PositiveSpec:0xb1f260 @obj=#<MRITargetSpec:0xb1fff8>>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/mri_spec.rb:27./spec/mini_rspec.rb:73:in `specify'spec/targets/mri_spec.rb:26./spec/mini_rspec.rb:93:in `context'spec/targets/mri_spec.rb:9

RubiniusTarget
-------------------
 - should provide make_cache_directory method FAILED:
undefined method `respond_to' for #<PositiveSpec:0x64a118 @obj=#<RubiniusTargetSpec:0x64a500>>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/rubinius_spec.rb:15./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:14./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - should provide rubinius_path method FAILED:
undefined method `respond_to' for #<PositiveSpec:0x648c00 @obj=#<RubiniusTargetSpec:0x64a500>>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/rubinius_spec.rb:19./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:18./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - rubinius_path should be the root directory
 - should provide cache_path method FAILED:
undefined method `respond_to' for #<PositiveSpec:0x643778 @obj=#<RubiniusTargetSpec:0x64a500>>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/rubinius_spec.rb:27./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:26./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - cache_path should be under rubinius_path
 - should provide example method FAILED:
undefined method `respond_to' for #<PositiveSpec:0x6404d8 @obj=#<RubiniusTargetSpec:0x64a500>>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/rubinius_spec.rb:35./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:34./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - example should take a default argument
 - example should receive a block FAILED:
private method `raise' called for #<PositiveSpec:0x6380f8>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/proc.rb:37:in `should_raise'spec/targets/rubinius_spec.rb:43./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:42./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - should provide template method FAILED:
undefined method `respond_to' for #<PositiveSpec:0x625228 @obj=#<RubiniusTargetSpec:0x64a500>>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/rubinius_spec.rb:47./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:46./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - template should provide Ruby source wrapper for calling example method in Rubinius FAILED:
Equality expected for "    def try(a, b=true)\n      yield\n      return nil\n    rescue a\n      return b\n    end\n\n    code = Proc.new do\n      %s\n      %s\n    end\n\n    rval = begin\n      [code.call, nil] # nil means no backtrace\n    rescue Exception => e\n      [e.class.to_s, e.backtrace.show]\n    end\n\n    p rval\n" and "class IO\n  alias :native_write :write\nend\n\ndef STDOUT.write(str)\n  @output ||= []\n  @output << str\nend\n    \ndef STDOUT.output\n  @output\nend\n\nresult = lambda do\n  %s\n  %s\nend.call\n\nSTDOUT.native_write \"[ \"\nresult = result.inspect\nresult = result.inspect if /^#<.+>/.match(result)\nSTDOUT.native_write result\nSTDOUT.native_write \", \"\nSTDOUT.native_write STDOUT.output.inspect\nSTDOUT.native_write \" ]\"\n": ./spec/mini_rspec.rb:18:in `=='spec/targets/rubinius_spec.rb:51./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:50./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - should provide a code method FAILED:
undefined method `respond_to' for #<PositiveSpec:0x613e88>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/rubinius_spec.rb:81./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:80./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - should provide cache_source_name method FAILED:
undefined method `respond_to' for #<PositiveSpec:0x610760>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/rubinius_spec.rb:85./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:84./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - cache_source_name should build name of source file in code-cache directory FAILED:
undefined local variable or method `caller_stub' for #<Object:0x5703c8>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'spec/targets/rubinius_spec.rb:89./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:88./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - should provide caller_name method FAILED:
undefined method `respond_to' for #<PositiveSpec:0x52cf38>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/rubinius_spec.rb:96./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:95./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - caller_name should set the name of the calling spec file and line number FAILED:
undefined local variable or method `source_stub' for #<Object:0x5703c8>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'spec/targets/rubinius_spec.rb:100./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:99./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - should provide source method FAILED:
undefined method `respond_to' for #<PositiveSpec:0xc32418>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/rubinius_spec.rb:106./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:105./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - source should return file path FAILED:
undefined local variable or method `caller_stub' for #<Object:0x5703c8>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'spec/targets/rubinius_spec.rb:110./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:109./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9
 - should provide execute method FAILED:
undefined method `respond_to' for #<PositiveSpec:0xc2a128>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/extensions/object.rb:146:in `should_respond_to'spec/targets/rubinius_spec.rb:117./spec/mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:116./spec/mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:9

Rubinius target
-------------------
 - should allow to get the strings written STDOUT FAILED:
undefined method `example' for #<Object:0x5703c8>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'spec/targets/rubinius_spec.rb:144./spec/targets/../mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:143./spec/targets/../mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:142
 - should allow to get the lines written to STDOUT FAILED:
undefined method `example' for #<Object:0x5703c8>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'spec/targets/rubinius_spec.rb:160./spec/targets/../mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:159./spec/targets/../mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:142
 - should allow to access the evaluation result along with STDOUT FAILED:
undefined method `example' for #<Object:0x5703c8>: /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `call'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:13:in `_method_missing'/usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.5.1/lib/spec/expectations/sugar.rb:9:in `method_missing'spec/targets/rubinius_spec.rb:170./spec/targets/../mini_rspec.rb:73:in `specify'spec/targets/rubinius_spec.rb:169./spec/targets/../mini_rspec.rb:93:in `context'spec/targets/rubinius_spec.rb:142

Loaded suite spec/targets/rubinius_spec
Started

Finished in 0.000222 seconds.

0 tests, 0 assertions, 0 failures, 0 errors


Errors:
spec/language/keywords/defined_spec.rb:5: undefined method `code' for main:Object (NoMethodError)
	from ./spec/language/keywords/../../mini_rspec.rb:46:in `setup'
	from spec/language/keywords/defined_spec.rb:4
	from ./spec/language/keywords/../../mini_rspec.rb:93:in `context'
	from spec/language/keywords/defined_spec.rb:3
spec/core/array_spec.rb:451: warning: Array#indexes is deprecated; use Array#values_at
spec/core/array_spec.rb:452: warning: Array#indices is deprecated; use Array#values_at
DEPRECATED but #values_at does not use the same interface!
spec/core/array_spec.rb:461: warning: Array#indexes is deprecated; use Array#values_at
spec/core/array_spec.rb:462: warning: Array#indices is deprecated; use Array#values_at
spec/core/proc_spec.rb:5: undefined method `code' for main:Object (NoMethodError)
	from ./spec/core/../mini_rspec.rb:46:in `setup'
	from spec/core/proc_spec.rb:4
	from ./spec/core/../mini_rspec.rb:93:in `context'
	from spec/core/proc_spec.rb:3
spec/core/comparable_spec.rb:7: undefined method `code' for main:Object (NoMethodError)
	from ./spec/core/../mini_rspec.rb:46:in `setup'
	from spec/core/comparable_spec.rb:6
	from ./spec/core/../mini_rspec.rb:93:in `context'
	from spec/core/comparable_spec.rb:5
Running Dir specs will leave you with a /tmp/rubinius_mock_fs, feel free to delete it.
Dir specs are incomplete. Please add corner cases.
spec/core/dir_spec.rb:149: undefined method `teardown' for #<Object:0x5703c8> (NoMethodError)
	from ./spec/core/../mini_rspec.rb:93:in `context'
	from spec/core/dir_spec.rb:143
spec/core/module_spec.rb:102: undefined method `code' for main:Object (NoMethodError)
	from ./spec/core/../mini_rspec.rb:46:in `setup'
	from spec/core/module_spec.rb:101
	from ./spec/core/../mini_rspec.rb:93:in `context'
	from spec/core/module_spec.rb:100
spec/core/sprintf_spec.rb:8: undefined method `code' for main:Object (NoMethodError)
	from ./spec/core/../mini_rspec.rb:46:in `setup'
	from spec/core/sprintf_spec.rb:7
	from ./spec/core/../mini_rspec.rb:93:in `context'
	from spec/core/sprintf_spec.rb:5
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
shotgun/rubinius: not found
spec/library/enumerator_spec.rb:7: undefined method `code' for main:Object (NoMethodError)
	from ./spec/library/../mini_rspec.rb:46:in `setup'
	from spec/library/enumerator_spec.rb:6
	from ./spec/library/../mini_rspec.rb:93:in `context'
	from spec/library/enumerator_spec.rb:5
