Skip to content

oaxacarb/trivia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

Releases

No releases published

Packages

No packages published

Languages