Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/besufekad-haz/tdd-rspec
In this repository we implemented a class with some methods using test-driven development (TDD).
https://github.com/besufekad-haz/tdd-rspec
Last synced: 16 days ago
JSON representation
In this repository we implemented a class with some methods using test-driven development (TDD).
- Host: GitHub
- URL: https://github.com/besufekad-haz/tdd-rspec
- Owner: Besufekad-HAZ
- License: mit
- Created: 2023-06-01T20:47:21.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-06-02T09:30:08.000Z (over 1 year ago)
- Last Synced: 2024-12-15T01:29:19.792Z (30 days ago)
- Language: Ruby
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TDD project
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)> ## **[Ruby_TDD_project]** :- is a project which we implemented a class with methods using Test-Driven Development methodology. Write tests first, then code, and ensure proper sequencing in commit history. Use modern development tools and methodologies for efficient development. Thoroughly test and validate resulting class and methods for quality.
Client
Ruby: The primary programming language for the project.
Server
- none
Database
- none
- RSpec: A testing framework for Ruby that provides a clear and concise domain-specific language for writing tests and assertions.
- Continuous Integration: Automatically runs tests every time new code is committed to catch bugs and errors early in the development process.
- Code Coverage: Measures how much of the codebase is exercised by the tests to ensure thorough testing of all parts of the code.
- Mocking and Stubbing: Techniques used to simulate external dependencies or objects that are difficult to test, making it easier to test edge cases and error conditions.
### To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A Computer (MAC or PC)
- Code editor (VSCode,Atom etc...)
- A browser (Chrome,Mozilla,Safari etc...)
- Version Control System (Git and Github)
- Ruby installed: To run a Ruby project, users must have Ruby installed on their system. You can include the minimum required version of Ruby needed to run the project.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:Besufekad-HAZ/TDD-Rspec.git (SSH)
```
## Install
Install this project with:
- Install RubyInstaller [Win](https://rubyinstaller.org/)
- Install Ruby for [macOS](https://www.ruby-lang.org/en/documentation/installation/#homebrew)
- Install Ruby for [Linux](https://www.makeuseof.com/install-ruby-on-linux/)
## Usage
To run a Ruby file in the command line, follow these steps:
Open a command prompt or terminal window on your computer.
Navigate to the directory where the Ruby file is stored using the cd command.
Type the following command to run the Ruby file:
```sh
ruby filename.rb
```
### - where filename.rb is the name of the Ruby file you want to run.
- GitHub: [@Besufekad-HAZ](https://github.com/Besufekad-HAZ)
- Twitter: [@BesufekadAlemu7](https://twitter.com/BesufekadAlemu7)
- LinkedIn: [@besura](www.linkedin.com/in/besura)
- GitHub: [@imranhossainemi](https://github.com/imranhossainemi)
- Twitter: [@DevImranHossain](https://twitter.com/DevImranHossain)
- [ ] **Graphical user interface** :- The program could be improved by adding a graphical user interface (GUI) to make it more user-friendly and accessible to non-technical users.
- [ ] **User authentication** : Add a feature for user authentication to ensure that only authorized users can access the library system.
- [ ] **Integration with external sources** :- Integrate the library system with external sources such as Google Books or Amazon to provide additional information about books.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Besufekad-HAZ/TDD-Rspec/issues).
> If you like this project rate it and give it a star ⭐️...
> We would like to thank the [Microverse team](https://www.microverse.org/) for allowing us to work on this Ruby TDD project.
- **How do I install and run the project?**
- To install and run the project, you will need to have Ruby installed on your computer. Once you have Ruby installed, you can download the project files and run the program from the command line using the following command:
`ruby mylist.rb`
- **What technologies and libraries are used in the project?**
- The project is written in Ruby and does not require any external libraries or dependencies.
- **How can I contribute to the project?**
- Contributions to the project are welcome! Please feel free to submit bug reports, feature requests, or pull requests on the project's GitHub repository.
This project is [MIT](./LICENSE) licensed.