Is there a quick way to output the value of variable in a rspec test? Something like this for example, in a controller to output a variable, I do:
raise variable
At this moment (Rails 4) you can log it:
p variable