Skip to content

simplonve/trivia_ruby

Repository files navigation

Test Frameworks

This repo has configuration and example files for both RSpec and minitest. The RSpec files are in /spec and the minitest files are in /test.

First install both of the gems using Bundler (don't worry, you'll only be using one at a time):

bundle install

You can run the RSpec tests using:

rake spec

And the minitest test using:

rake minitest

Please modify any and all of these files to suit your preferences; these are simply meant as a starting point!

About

Exercice trivia en ruby réalisé les 26 et 27/08

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors