Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 506 Bytes

File metadata and controls

21 lines (13 loc) · 506 Bytes

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!