yep

should == User
expected: User,
     got: #<Class:0x25d0ce4> (using ==)

On Nov 22, 2007 8:15 AM, Nathan Sutton <[EMAIL PROTECTED]> wrote:

> Did you try self.class
>
> ??
> Nathan Sutton
> [EMAIL PROTECTED]
> rspec edge revision 2910
> rspec_on_rails edge revision 2909
> rails edge revision 8175
>
>
>
> On Nov 21, 2007, at 3:14 PM, Daniel N wrote:
>
> > Hi,
> >
> > I want to be able to get at the described class in my shared
> > behaviour.  I'm sure an example will say it better than my words
> >
> > describe "my shared", :shared => true do
> >
> >   it "should tell me what the class is its describing" do
> >     how_do_i_get_the_user_class_here
> >  end
> >
> > end
> >
> > describe User do
> >   it_should_behave_like "my shared"
> >
> >   #...
> > end
> >
> > So in my shared behaviour, how do I get access to the User class?
> >
> > Cheers
> > Daniel
> > _______________________________________________
> > rspec-users mailing list
> > rspec-users@rubyforge.org
> > http://rubyforge.org/mailman/listinfo/rspec-users
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to