/learn-2-code-ruby

Common Questions from Interviews Coded in Ruby

Primary LanguageRubyMIT LicenseMIT

Build Status

Available on Cloud9 IDE: http://c9.io/sabind/ruby-learn-2-code

RUBY Version: ruby 2.1.1p76 (this is limited by what cloud9 IDE includes on its servers)

We're going to be creating various coding challanges and answers.

Running 'rspec' from the command line will execute the tests. Reading through the failures will give you an idea of what to code.

The first spec file is about string and array manipulation.

To run the tests:

$ bundle install
$ rspec

Note: bundle install is only required the first time to bring/resolve dependencies.

The output should look like

......................................................

Finished in 0.01329 seconds (files took 2.28 seconds to load)
54 examples, 0 failures