I am new to Ruby
and have been asked to use it in our new project. We have also been asked to use Padrino (Sinatra)
as backend/framework. For testing we have been asked to use Rspec
. I have been hunting for tutorials for long that would guide in using Rspec for Ruby on Padrino
. What I get is mostly with reference to RoR. But, I am in need of Ruby on Padrino.
Please guide me for the same with any starters/guides/references/discussions, etc.
Please correct me, if I am wrong anywhere. May be I haven't searched with the right combination of words/phrases for my issue.
I am using Ruby 1.9.3
and Padrino v.0.10.6
.
Note : I have also referred the SO question, but it didn't help.