An open API service indexing awesome lists of open source software.

https://github.com/fullstop125/tdd


https://github.com/fullstop125/tdd

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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.