I found the answer to my own question. Just needed to use image_path
("logo.jpg"). Incase anyone else has this is I hope this helps.
response.should have_selector("#logo", :src => image_path("logo.jpg"))
On Jun 4, 9:19 pm, amkirwan <[email protected]> wrote:
> when I run the following matcher bellow it fails because rails adds
> the timestamp after the file name. I've looked around but have not
> found anyone else having this problem. I am new to rails and rspec so
> maybe I am completely missing something obvious.
>
> response.should have_selector("#logo", :src => "/images/logo.jpg")
> _______________________________________________
> rspec-users mailing list
> [email protected]http://rubyforge.org/mailman/listinfo/rspec-users
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users