This project gives you the titles of properties from easybroker.
Ruby 3.0
These instructions will help you set up and run the project locally for testing purposes.
Before you begin, ensure you have met the following requirements:
- Ruby: You should have Ruby installed. You can check if Ruby is installed by running
ruby -v
in your terminal.
- Clone the repository:
git clone https://github.com/carlos-ssh/rbtest.git
- Navigate to the project directory:
cd rbtest
- Install the required gems (dependencies):
bundle install
To run the API locally, follow these steps:
- Open you command line console.
- Then just run the next command:
ruby lib/easy_broker_api.rb
- Then you will see the title properties printed in the console.
To run the tests for this project, use the following command:
rspec
This will execute the test suite, and you should see the test results displayed in your terminal.
If you would like to contribute to this project, please create a pull request or open an issue with your suggestions and changes.
This project is licensed under the MIT License
Repo directory: RBTest Project