Using gems

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 :slight_smile:

Thanks Todd

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 :slight_smile:

I’d hold off on running rspec now. It does run, but we have to fix our
startup issues before it’s actually useful :slight_smile:

Thanks,
-John

John,

Thanks. Can I ask then how do you do a ‘require’? In other words, how
are you resolving to that gem? Can you point me in the right direction.

Thanks. Todd