sabind / learn-2-code-ruby

Common Questions from Interviews Coded in Ruby

Home Page:http://c9.io/sabind/ruby-learn-2-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Common Questions from Interviews Coded in Ruby

http://c9.io/sabind/ruby-learn-2-code

License:MIT License


Languages

Language:Ruby 99.4%Language:Shell 0.6%