Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesi21/tdd_with_fizzbuzz
https://github.com/mesi21/tdd_with_fizzbuzz
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mesi21/tdd_with_fizzbuzz
- Owner: Mesi21
- License: mit
- Created: 2022-10-06T14:05:10.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-07T14:30:03.000Z (over 2 years ago)
- Last Synced: 2025-01-16T00:20:46.469Z (30 days ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDD Project
> This is an educational project that will implement a class with some methods, but will be done by test-driven development (TDD).
## Built With
- [x] Programming Language: [Ruby](https://www.ruby-lang.org/en/)
- [x] Linter: [Rubocop](https://rubocop.org/)
- [x] VS Code## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- [x] A web browser like Google Chrome.
- [x] A code editor like Visual Studio Code with Git and Ruby.You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```Likewise for Ruby installation.
```
$ ruby --version && irb
```### Setup
Clone the repository using the GitHub link provided below.
### Install
In the terminal, go to your file directory and run this command.
```
$ [email protected]:Mesi21/tdd_with_fizzbuzz.git
```### Usage
Kindly modify the files as needed.
### Run tests
To install rspec, in the terminal kindly run this command
```
$ gem install rspec
```To run tests, please run this command
```
$ rspec ./spec/#{filename}_spec.rb
```
## Authors
## :bust_in_silhouette: **Brian Nyachae**
- GitHub: [@Bria222](https://github.com/Bria222)
- LinkedIn: [brian-nyachae](https://www.linkedin.com/in/brian-nyachae)## :bust_in_silhouette: **Molnar Emese**
- [Mesi21](https://github.com/Mesi21)
- [LinkedIn](https://www.linkedin.com/in/emesemesimolnar/)
- [Twitter](https://twitter.com/buksimesi21)## :bust_in_silhouette: **Ezea Stephen**
- GitHub: [@stephnna](https://github.com/stephnna)
- Twitter: [@stephnna](https://twitter.com/stephnna)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/stephen-ezea/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page]([email protected]:Mesi21/tdd_with_fizzbuzz.git/issues/).
## 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](./MIT.md) licensed.