Rspec for Test in Ruby 35 Words | 0 Min | Posted on 2015-07-02 | | Views Excel for summary of ruby test make sure install the rspec gem Use “rspec file_name.rb” to run the rspec test Tips: already use expect syntax to instead of the should syntax.