Skip to content

sabind/learn-2-code-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors