Ntare22 / tdd-ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tdd-ruby

Build school library using Object Oriented Programming in Ruby.

Built With

  • Ruby

Getting Started

You will need to have Ruby installed.

Clone this repo and enter the directory.

git clone https://github.com/Emmy-github-webdev/ruby-oop-school-library
cd ruby-oop-school-library

Run the Interactive Ruby Shell.

irb

Unit Test

Write unit tests using Rspec

  • Install Rspec "gem install rspec"

Run test

  • cd ruby-oop-school-library/spec
  • rspec spec book_spec.rb

Note: Where book_spec.rb is the test file

Authors

👤 Emmanuel Ogah

👤 Jim Ntare

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

This project is MIT licensed.

About


Languages

Language:Ruby 100.0%