Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmoseka/tdd
https://github.com/jmoseka/tdd
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmoseka/tdd
- Owner: jmoseka
- License: mit
- Created: 2022-07-28T05:33:08.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-28T11:45:52.000Z (over 2 years ago)
- Last Synced: 2024-04-13T22:44:14.564Z (8 months ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Project Name
> TDD Project
## 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.
```
$ git clone [email protected]:jmoseka/TDD.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👤 **Jamila Moseka**
- GitHub: [![GitHub Badge](https://img.shields.io/badge/-jmoseka-white?logo=GitHub&logoColor=181717&style=plastic)](https://github.com/jmoseka)
👤 **Mavericks Balitaan**
- GitHub: [![GitHub Badge](https://img.shields.io/badge/-mavericks--db-white?logo=GitHub&logoColor=181717&style=plastic)](https://github.com/mavericks-db)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../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.