Skip to content

Drescoding/boris-bikes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boris Bikes

Makers Week 1 challenge to work towards some goals as below:

  • I write code that is easy to challenge
  • I can test-drive my code
  • I can build with objects
  • I know how my language works

Getting Started

Fork and clone to your local environment

Prerequisites

Install and initiate rspec

gem install rspec
rspec --init

Running the tests

Either use

rspec

or

rspec path/to/spec_file.rb

Authors

Acknowledgments

Feature test

load './lib/docking_station.rb' station = DockingStation.new first_bike = station.release_bike station.store == [] station.dock_bike(first_bike) == [first_bike]

About

Makers Week 1 Boris Bikes Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages