Ben Mabey wrote:

> 
> The previous gem releases of cucumber required the rspec gem but as of a
> few commits ago that dependency is only there for developing cucumber.
> 
> -Ben

I see.  So, if I understand correctly, rspec is the "default" testing 
framework? But, if one wished to incorporate minitest say, then one 
would extend the cucumber world (a concept that I have only the vaguest 
conception of) in a manner similar to this?

require 'minitest/unit/assertions'
World do |o|
  o.extend(MiniTest::Unit::Assertions)
  o
end

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to