This is a school library project built with object oriented programming principals in Ruby. Person, Student, and Teacher classes have been implemented using an inheritence structure.
- Ruby
- Rubocop
To get a local copy up and running follow these simple example steps.
- Have
git
installed on your local computer. - Have
ruby
installed on your local computer.
- Clone this repository to your local computer. Choose the location you prefer.
run "git clone https://github.com/sumairq/school-library-ruby.git" run "cd /school-library-ruby" run "bundle install" to install dependencies
- Run the command
ruby app.rb
.
- install spec gem by typing :
gem install rspec
- Go to the
__test__
directory by typingcd __test__
- run all the test by
rspec spec .
- run a test
rspec spec [filename]
, example ro run theclassroom_spec.rb
typerspec spec classroom_spec.rb
👤 Sumair Qaisar
- GitHub: @sumairq
- Twitter: @sumair_qaisar
- LinkedIn: LinkedIn
👤 David Lafontant
- GitHub: david-lafontant
- LinkedIn: David Lafontant
- Twitter: manikatex
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Linters: Microverse
This project is MIT licensed.