I\'m new to RhinoMocks, and trying to get a grasp on the syntax in addition to what is happening under the hood.
I have a user object, we\'ll call it User, which has a p
Make sure IsAdministrator is virtual.
Also, be sure you call _mocks.ReplayAll()