Skip to content

eduardosancho/TDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD

Ruby application developed by using a Test Driven approach. Features factorial, reverse_string and factorial methods.

Requirements

  • ruby : ^3.0.1 required for running the code.
  • gem : ^3.2.15 required for linters.
  • rspec : ^3.11 required for testing.

Built With

  • Languages: Ruby, RSpec
  • Frameworks: N/A
  • Technologies used: Git, Rubocop

Getting Started

Clone this repository

$ git clone https://github.com/eduardosancho/TDD.git
$ cd TDD

$ bundle install

The last command will install all the required tools.


To run the code

$ irb
> require './solver.rb'
> solver = Solver.new
> solver.factorial(5)
> solver.reverse_str('australia')
> solver.fizzbuzz(15)

Run exit to quit irb

To run the tests

$  rspec spec

Authors

👤 Reem

Platform Badge
GitHub @Reem-lab
Twitter Rem79940127
LinkdIn reem-janina

👤 Eduardo Sancho Solano

Platform Badge
GitHub @eduardosancho
Twitter @sanchitoblog
LinkdIn Eduardo Sancho Solano

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Microverse requirements

📝 License

This project is MIT licensed.

About

Tests first

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages