Ruby application developed by using a Test Driven approach. Features factorial, reverse_string and factorial methods.
ruby
:^3.0.1
required for running the code.gem
:^3.2.15
required for linters.rspec
:^3.11
required for testing.
- Languages: Ruby, RSpec
- Frameworks: N/A
- Technologies used: Git, Rubocop
$ git clone https://github.com/eduardosancho/TDD.git
$ cd TDD
$ bundle install
The last command will install all the required tools.
$ irb
> require './solver.rb'
> solver = Solver.new
> solver.factorial(5)
> solver.reverse_str('australia')
> solver.fizzbuzz(15)
Run exit
to quit irb
$ rspec spec
👤 Reem
Platform | Badge |
---|---|
GitHub | @Reem-lab |
Rem79940127 | |
LinkdIn | reem-janina |
👤 Eduardo Sancho Solano
Platform | Badge |
---|---|
GitHub | @eduardosancho |
@sanchitoblog | |
LinkdIn | Eduardo Sancho Solano |
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
Microverse requirements
This project is MIT licensed.