.
├── lib # Where you put your code
├── spec # Where you create tests
├── Gemfile # Define what libraries(gems) you want to use here
└── README.md
Have Ruby Installed.
gem install rspec
bundle install
rspec spec/*_spec.rb
I create this project to have a basic way to demonstrate ruby code outside of Outside of my repl account .
Tests are done in rspec for basic coverage.