Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (18 loc) · 742 Bytes

File metadata and controls

36 lines (18 loc) · 742 Bytes

README

This is our CSCE 431 Application. It's purpose is to improve students ideas, before they get involved with 3DayStartup.

To view this application on your own machine follow these steps:

You should now be able to see our application in your browser

Running Tests

Preconditions: Please make sure you have the rails server running

  • Move to the JetPack (or JetApp) directory

  • Run:

    `bundle exec cucumber dir/to/the/feature`
    
  • Example:

    `bundle exec cucumber feature/add_comment.feature`
    
  • Note: For a successful test, all steps must indicate GREEN