Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbengacode/tdd-project
https://github.com/gbengacode/tdd-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbengacode/tdd-project
- Owner: Gbengacode
- Created: 2022-03-10T21:15:13.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-11T10:36:56.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T16:17:54.014Z (3 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/microverse-blueviolet)
# TDD-project
> TDD-project: In this project We implemented a class with some methods, but We did it by doing test-driven development (TDD).
## Built With
- Major languages (Ruby)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)### Install
- Ruby
- Rspec### Using it Locally
- Clone the project
```bash
git clone [email protected]:Gbengacode/TDD-project.gitcd TDD-project
```- To Start the programs
```bash
open terminal
run the command $irb (interactive ruby shell)
run the program functions
```OR
```bash
open terminal
run ruby available_files.rb
```- To run the tests
```baash
open terminal and run the commands
gem install rspec (install rspec test library)
rspec file_directory/file_name (run the test files)
```## Visit And Open Files
[Visit Repo](https://github.com/Gbengacode/TDD-project)
## Download Repo
[Download Repo](https://github.com/Gbengacode/TDD-project/archive/refs/heads/dev.zip)
## Authors
👤 **Emmanuel Gbenga**
- GitHub: [@githubhandle](https://github.com/gbengacode)
👤 **Ritta Sweta**
- GitHub: [@githubhandle](https://github.com/Buyaki01)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Gbengacode/TDD-project/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.