Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.
/ people Public archive

Project for Testing & Automation (Guild) practices.

Notifications You must be signed in to change notification settings

harold-s/people

Repository files navigation

People

Codeship Status for storyful/people

Project for Testing & Automation (Guild) practices.

  • Ruby version

This project was created and tested with Ruby 2.4.0.

  • System dependencies

  • Configuration

cp config/database_sample.yml config/database.yml
  • Database creation

  • Database initialization

  • How to run the test suite

# RVM will automatically pick up your Ruby version from a .ruby-version file, or
# parse a version specified in your Gemfile. You can also explicitly switch to a
# specific version via the following command:
# rvm use 2.4.0 --install
bundle install

# Make sure Ruby on Rails knows we are in the the test environment.
export RAILS_ENV=test

# Prepare the test database
bundle exec rake db:schema:load
bundle exec rake db:migrate
bundle exec rake db:test:prepare

bundle exec rspec spec
  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

About

Project for Testing & Automation (Guild) practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published