cremes$ bin/rbx
irb(main):001:0> require 'spec/subtend/ext/subtend_object'
=> true
irb(main):002:0> a = SubtendObject.new
NoMethodError: No method 'new' on an instance of NilClass.
   from Kernel(NilClass)#new (method_missing_cv) at kernel/core/kernel.rb:652
   from Object#irb_binding {} at (irb):2
irb(main):003:0> quit
~/developer/projects/ruby/rubinius/code cremes$ bin/mspec spec/subtend/
README                     define_alloc_func_spec.rb  float_spec.rb              object_spec.rb.orig        subtend_helper.rb
array_spec.rb              define_method_vis_spec.rb  global_spec.rb             proc_spec.rb               wrapped_struct_spec.rb
block_spec.rb              exception_spec.rb          hash_spec.rb               rake_helper.rb             
class_spec.rb              ext/                       module_spec.rb             safe_level_spec.rb         
constants_spec.rb          fixtures/                  object_spec.rb             string_spec.rb             
~/developer/projects/ruby/rubinius/code cremes$ bin/mspec spec/subtend/object_spec.rb
...............

Finished in 3.158979 seconds

1 file, 15 examples, 45 expectations, 0 failures, 0 errors