Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.37 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.37 KB

techlahoma

Build Status Code Climate Coverage Status Dependency Status

Feature files

The features dir contains Cucumber feature files that describe high level features. New featues should usually start as a new feature file with only a Feature section, then some discussion should take place to reach agreement about exactly what the new feature is. Scenario sections should be written for each use case or edge case that can be identified. Finally code should be written to make each scenario pass.

Contributing

Please do! We love pull requests.

Misc

  • Ruby version - 2.1.2
  • System dependencies - Postgres
  • Configuration
  • Database creation - rake db:create
  • Database initialization - rake db:schema:load
  • How to run the test suite - cucumber
    • Before running tests for first time - rake db:test:prepare
  • Services - none
  • Deployment instructions - TBD
  • ...
  • ???
  • profit