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
Use this:
$stderr.puts variable.to_yaml