Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to test rails projects, that trainee send me for review.
I`m planning to implement some tests (using cucumber, rspec), that could be applied for this projects.

The first question is how can i organize it? Аs a result ideally i would like to get a ruby method, that takes a path to rails project and path to tests (cucumber for example) as a parameters and return me errors if they exists after testing will be finished.
I want to use this method to send testing result to my trainee on some web-page. Or don`t use method and simply save testing results to database...

The second question is how to test a user implemented tests for this projects? Is there any workaround for this issue?

I will be grateful for any advice

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.