Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 607 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 607 Bytes

Setting up development machine

bundle install
rake setup
bundle exec rails server

Start server and login with following credentials

email: [email protected]
password: welcome

Running tests

# to execute all tests
rake 

# to execute tests in models
rake test:models

# to execute tests in controllers
rake test:controllers

# running an individual test file
rake test test/models/comment_test.rb

Adding pages

To add new designed pages, create a new view in pages directory and add an action to PagesController along with adding the page link pages index.