Skip to content

turingschool-examples/black_thursday_spec_harness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlackThursdaySpecHarness

This is the evaluation test harness for BlackThursday.

For this to run, all the require statements in your BlackThursday project must be require_relative.

Installing Locally

Git clone this project into a directory that lives at the same level as your black_thursday project directory. It should be arranged like:

<my_code_directory>
|
|\
| \black_thursday/
|
|\
| \black_thursday_spec_harness/
|

Change directories into the black_thursday_spec_harness/ directory and then execute:

$ bundle

This will load in your BlackThursday implementation from your local file system. The spec harness provides the CSV files at ./data relative to the current directory from the perspective of the spec run.

Usage

To test your implementation against the evaluation specs, run:

$ bundle exec rake spec

To test your implementation against a single iteration of the evaluation specs, run:

$ bundle exec rspec spec/iteration_#_spec.rb

where # is the iteration number.

About

Spec harness for the Black Thursday project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages