Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binhussen/tdd
Test Driven Development using RSPEC.
https://github.com/binhussen/tdd
rspec ruby
Last synced: 29 days ago
JSON representation
Test Driven Development using RSPEC.
- Host: GitHub
- URL: https://github.com/binhussen/tdd
- Owner: binhussen
- Created: 2022-11-11T12:33:02.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-15T13:16:13.000Z (about 2 years ago)
- Last Synced: 2024-10-19T03:31:13.595Z (3 months ago)
- Topics: rspec, ruby
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# TDD Ruby testing
Test Driven Development using RSPEC.
## Built with
> Ruby
> RSPEC
## Get StartedTo get a local copy of this program, Please follow these simple example steps.
1. Open Git Bash.
2. Change the current working directory to the location where you want the cloned directory.
Ex: `C:User\your computer name\ cd <>`
3. Copy/Paste this command : `git clone https://github.com/edi-sipka/TDD_Ruby`
then press Enter
4. Run this command `code .` to open this folder in VScode
5. Open terminal and run this command `rspec`### Prerequisites
- A version control software like git
- A text editor
- [RubyInstaller](https://rubyinstaller.org/) or irb## Setup
To get a local copy up and running you'll need to have [RubyInstaller](https://rubyinstaller.org/) installed on your local machine.
### Install
After installing Ruby please follow the next steps...
### Usage
-- To clone this project use:
```bashgit clone https://github.com/binhussen/school-library.git
```
-- to run the project use:
```bash
ruby person.rb
```## Author
👤 **Mohammed Hussen (binhussen)**
- GitHub: [@binhussen](https://github.com/binhussen)
- Twitter: [@binhussens](https://twitter.com/binhussens)
- LinkedIn: [Linkedin](https://www.linkedin.com/in/binhussen/)👤 **Edi Sipka**
- GitHub: [@Edi-Sipka](https://github.com/edi-sipka)
- Twitter: [@sipka_edii](https://twitter.com/sipka_edii)
- LinkedIn: [Edi Sipka](https://www.linkedin.com/in/edi-%C5%A1ipka-5b681b202/)## 🤝 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
- Microverse Curriculum
## 📝 License
This project is [MIT](./MIT.md) licensed.