/rspec-workshop-gap

Primary LanguageRubyBSD 2-Clause "Simplified" LicenseBSD-2-Clause

GAP Rspec Workshop

Small app to show go deep into different topics it can potentially be converted in a TDD app for training.

To setup the Development environment

git clone git@github.com:allexiusw/rspec-workshop-gap.git
cd rspec-workshop-gap
code .

Installing dependencies

bundle install

Running the tests

bundle exec rspec

Happy Hacking :)