Skip to content

8thlight/demo_ruby_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Ruby Project

This project can be used as a template for the work we do in the apprenticeship program and Weirich. It is simply a Ruby project template with the rspec and guard gems.

Setup

  1. Clone the project
  2. Install Ruby using your package manager of choice (I like asdf, but use whatever)
  3. Run bundle install

Testing

  1. Run bundle exec rspec spec for a single run.
  2. Run bundle exec guard to start the test watcher.

About

A template to set up new Ruby projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages