Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 698 Bytes

where_is_example_application.md

File metadata and controls

37 lines (21 loc) · 698 Bytes

←   documentation

Dummy Application

Repo of TheComments has dummy application for developmet and testing.

It's here: Dummy App

For run dummy app, your should do that:

git clone https://github.com/the-teacher/the_comments.git

cd the_comments/spec/dummy_app/

bundle

rake db:bootstrap_and_seed

rails s -p 3000 -b localhost

Run tests

Following instructions should helps to run simple tests:

git clone https://github.com/the-teacher/the_comments.git

cd the_comments/spec/dummy_app/

bundle

rake db:bootstrap RAILS_ENV=test

rspec --format documentation