I hope this post is in the appropriate forum. I am wanting to use the rspec gem (in the context of an existing asp.net application so that I can test part of it BDD style). From what I can see there is no way to "require ''rspec''" and get access to the gem. Can anyone please confirm this? or at least put me straight :-) Thanks Todd -- Posted via http://www.ruby-forum.com/.
Todd Bb:> I hope this post is in the appropriate forum. I am wanting to use the > rspec gem (in the context of an existing asp.net application so that I > can test part of it BDD style). From what I can see there is no way to > "require ''rspec''" and get access to the gem. Can anyone please confirm > this? or at least put me straight :-)I''d hold off on running rspec now. It does run, but we have to fix our startup issues before it''s actually *useful* :) Thanks, -John