Greeting all, I'm having difficulties with RSpec. I have a module that adds some interface functions to a class (a la Rails) and I want to test their functionality. (BDD and all you know) I'm not sure how to describe a module like this. It is not a class where I can create an instance directly for testing, I somehow need to create a Class that can have this module included in it. Any ideas? -- Posted via http://www.ruby-forum.com/.