RSpec and script/console?

I am a rSpec newbie. When learning ruby and rails, I found the console
to be a really helpful tool. But I haven’t been able to figure out how
to drive RSpec from the console.

Is using rSpec with the Console even a valid approach?

Does anyone else use rSpec from the console??

  • Andy

I don’t know how or what the advantage would be to run it from console.I
think the approach is just to run the specs file as normal.