Skip to content

Maxscores/rales_engine_spec_harness

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RalesEngine Spec Harness

This gem contains an http-based spec harness for validating functionality on student implementations of the RalesEngine project at Turing.

Installation

To use this repository, simply clone it onto your machine and bundle:

git clone https://github.com/turingschool/rales_engine_spec_harness.git
cd rales_engine_spec_harness
bundle
export BASE_URL=http://rales-engine-1710.herokuapp.com

Usage

Run the tests with bundle exec rake:

bundle exec rake

2 runs, 112 assertions, 0 failures, 0 errors, 0 skips

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%