rspec view spec and dealing with current_user

Posted: March 30th, 2012 | Author: | Filed under: ruby | Tags: , , | No Comments »

I was trying to learn about view specs since doing everything in Cucumber has been considered to be a bit of overkill recently. I was looking for a solution to deal with current_user and this is what I’m using.

items/show.html.haml

show.html_spec.rb



Leave a Reply