Skip to content

qw3r/trivia-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors