Hi, I have shared examples in a gem...
some_gem_name/spec/some_gem_name/shared_examples.rb ...where the shared examples are contained in a module, e.g., module SharedExamples shared_examples_for ... end How can I include these shared examples in tests in a different gem that depends on my some_gem_name, above? Maybe I can refer to the shared examples in my dependent gem's spec_helper? Thanks, Lille _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users