Skip to content

Nemwel-Boniface/test-driven-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-driven-development

In this project you will implement a class with some methods, but you will do it by doing test-driven development (TDD)

Enjoy!

built with:

  • Ruby
  • Rspec
  • Test driven approach to development
  • Pair programming

Getting Started

  • clone the repository git clone git@github.com:Nemwel-Boniface/test-driven-development.git
  • navigate to the folder cd test-driven-development

Testing

  • Clone the project git clone git@github.com:Nemwel-Boniface/test-driven-development.git
  • Installing the packages by running bundle install
  • cd to spec directory
  • Run ruby <filename>.rb or rspec

Prerequisites

Internet connection and basic computing skills. Load the page and enjoy!

Install Robocop

bundle install

Run Linters:

To run rubocop we use:

rubocop

To autocorrect offenses with rubocop we use:

rubocop --auto-correct-all or rubocop -A

Have fun with TDD!

Authors

👤 Selma Belhadj

👤 Nemwel Boniface

👤 Sangwa Didier

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages