Has anyone had any luck using rspec and putting the objects under test in an embedded framework?  When I try to do this and and put "ENV['DYLD_FRAMEWORK_PATH'] = ENV['BUILT_PRODUCTS_DIR']" in the spec_helper and then execute the rspec file via 'macruby blah_spec.rb', I get a "framework not found" error.  The framework is in fact living in the build directory as expected.

Can anyone tell me what I am missing?

Thanks

Mike Hagedorn