https://github.com/fullstop125/tdd
https://github.com/fullstop125/tdd
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullstop125/tdd
- Owner: fullstop125
- License: mit
- Created: 2022-11-10T15:29:30.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-25T20:05:46.000Z (over 3 years ago)
- Last Synced: 2025-02-04T14:47:17.070Z (over 1 year ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Tdd Project
> This is a project to practice TDD with Rspec.
## Built With
- Ruby
- Terminal
- Rubocop (linters)
- Rspec
## Getting Started
To get a local copy up and running follow these simple example steps.
## Install
In your terminal, navigate to your current directory and clone this repo
`https://github.com/fullstop125/Tdd`
Locate the directory in your file explorer
`cd Tdd`
Install Rubocop
`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 morse code translation!
## Authors
👤 **Gordon Otieno**
- GitHub: [@Gordon_Otieno ](https://github.com/GordonOtieno)
- Twitter: [@GordonOtieno](https://twitter.com/gordonotieno)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gordonotieno/)
👤 **Momanyi**
- GitHub: [@fullstop125](https://github.com/fullstop125)
- Twitter: [@MosesHassany](https://twitter.com/MosesHassany)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/fullstop125/Tdd/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.