Skip to content

Build a project using the test-driven development methodology.

License

Notifications You must be signed in to change notification settings

gabyse1/tdd-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tdd-project

Build a project composed of a class and methods by using the test-driven development methodology.

Features

  • Test cases for the factorial method that receives as arguments a positive integer or zero.
  • Test cases for the reverse method that returns the input string in a reverse order.
  • Test cases for the fizzbuzz method which returns a string according to the input parameter.
  • The Solver class that implements the factorial, reverse, and fizzbuzz methods.

Built With

  • Ruby

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Have git installed on your local computer.
  • Have ruby installed on your local computer.

Install

  • Clone this repository to your local computer. Choose the location you prefer.
  • Run the command bundle install to install all project's dependencies.

Usage

  • Run the command rspec spec to execute the solver_spec.rb test file.

Authors

👤 Gabriela Sánchez Espirilla

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

Build a project using the test-driven development methodology.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages