Skip to content

A boiler plate project for ruby exercises with minitest and pry

Notifications You must be signed in to change notification settings

danbriechle/Default-Ruby-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Default-Ruby-Project

This is a default ruby project with mini-test

I created this to save set up time when working through challenges this is as bare bones as it gets feel free to modify

to use this project follow these steps:

  1. import it into a new respository via the git ui
  2. on your local machine mkdir remote-repo-name
  3. cd into that dir
  4. git init
  5. git branch -M main
  6. git remote add origin [email protected]:your-git-handle/remote-repo-name.git
  7. git pull origin main

This app contains

  1. default.rb file
  2. default_test.rb file
  3. rake config for testing and running the app
  4. gem file with, minitest, pry, rake, and rubocop
  5. Ruby version is 3.2.2

About

A boiler plate project for ruby exercises with minitest and pry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages