Flexmock not working in cygwin

I get an no such file to load error when i try to run my unit test with:

require ‘flexmock/test_unit’

I’ve tried

require ‘…flexmock/test_unit’

What do I need to do to fix this?

the flexmock gem installed fine.

On Wed, May 7, 2008 at 12:50 AM, Feng T. [email protected]
wrote:

the flexmock gem installed fine.

Did you

require ‘rubygems’

?

Gordon T. wrote:

On Wed, May 7, 2008 at 12:50 AM, Feng T. [email protected]
wrote:

the flexmock gem installed fine.

Did you

require ‘rubygems’

?

lol, totally forgot! thanks!