Low commit activity in last 3 years
No release in over a year
Text Runner for Mumuki
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 2.27
 Project Readme

Stories in Ready Build Status Code Climate Test Coverage

mumuki-text-runner

Sinatra server for validating text exercises within Mumuki

#Prerequisites Install rbenv:

You can install rbenv following the instructions of this Link

#Setup Open the Terminal Console, located in this project's directory, run the following commands:

bundle install

#RUN TESTS

Note: When running tests you may recieve a Warning like this one:

"[2015-07-16T11:03:48.197981 #2823] INFO -- : Not reporting to Code Climate because ENV'CODECLIMATE_REPO_TOKEN'] is not set."

Don't worry about that, it doesn't mean that test is not working.

If you want to run tests by console you can do the following steps: Open the Terminal console and inside the Project's directory run the following commands:

bundle exec rspec

(that should run the expectation tests)

Also you can all the tests running the following command:

bundle exec rake

If you want to run the test using rubymine just look for the "spec" folder inside mumuki-text-runner project, right click on the prevously mention folder and click on "Run all Specs..." option.

If you have done the steps correctly both ways of running test should do it successfully.