Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How we test our projects

Terry
November 18, 2012

How we test our projects

Rubyconf China 2012

Terry

November 18, 2012
Tweet

More Decks by Terry

Other Decks in Programming

Transcript

  1. Syntax is important, that’s the most important reason why we

    love Ruby! It also can be the reason we love RSepc!
  2. Syntax is important, that’s the most important reason why we

    love Ruby! It also can be the reason we love RSepc! Terry Tai
  3. VCR

  4. No mock or stub means slow You can use a

    CI server run it for you
  5. integrity • light weight • It built by ruby (Means

    you can hack!!!) • Works pretty well with git • Hook and API is weak
  6. Hudson and Jenkins • They built by JAVA • Heavy

    weight and powerful • a lot of plugins(git, github, emails, hipchat...) • Have nice API