/BORIS_BIKES_ruby

Week 1 Project at Makers Academy recreating the Barclays Cycle Hire Scheme in London with Ruby, TDD'd with RSpec.

Primary LanguageRuby

Week 1 - Boris Bikes

This is the first project from the get-go from the Makers Academy Sept '14 curriculum from Day 1 - 4 / 60. It introduced us to Object-Orientated Programming using Ruby and testing with RSpec.

As deduced from the title, it is a simulation of the Barclays Cycle Hire scheme throughout Central London that contains seperate classes for Bikes, Docking Stations, Vans, Garages and People.

I really enjoyed this as a first task and it was the start of my new love story with programming which got me really excited for the road ahead.

How to use

  1. To clone the repository:
$ git clone https://github.com/fadieh/BORIS_BIKES_ruby.git
  1. Change into the repository.
$ cd BORIS_BIKES_ruby
  1. RSpec to see the lovely, green tests!
$ rspec

Technologies used

  • Ruby 2.1.2
  • RSpec 3.1.7