Hi,<br><br>I want to be able to get at the described class in my shared behaviour.&nbsp; I&#39;m sure an example will say it better than my words<br><br>describe &quot;my shared&quot;, :shared =&gt; true do<br><br>&nbsp; it &quot;should tell me what the class is its describing&quot; do
<br>&nbsp;&nbsp;&nbsp; how_do_i_get_the_user_class_here<br>&nbsp;end<br><br>end<br><br>describe User do<br>&nbsp; it_should_behave_like &quot;my shared&quot;<br><br>&nbsp; #...<br>end<br><br>So in my shared behaviour, how do I get access to the User class?
<br><br>Cheers<br>Daniel<br>