On Sep 15, 2011, at 3:08 AM, Silumesii Maboshe wrote:
> Hello!
>
> I am learning to use RSpec for testing Rails 3.1 applications - really
> enjoying using it so far.
> In testing for the presence of assets (e.g rails.png), I've been using:
>
> get "/assets/rails.png"
> response.status.shou
Hello!
I am learning to use RSpec for testing Rails 3.1 applications - really
enjoying using it so far.
In testing for the presence of assets (e.g rails.png), I've been using:
get "/assets/rails.png"
response.status.should be(200)
After some reading about the Rails 3.1 asset pipeline I disc