Testing When Active Resource is Involved
When you have objects that are dependant on remote models via Active Resource you run into a bit of an ugly problem. When you run your tests they will start hitting your remote resource. This is bad. HttpMock lets you solve this.
