Giter VIP home page Giter VIP logo

ruby-assessment's Introduction

languages tags resources
ruby
assessment
0

Ruby Assessment

Run bundle install to install all dependencies.

Run rspec spec/level_x_spec.rb where x is the level you want to run. Start with Level 1.

If you'd like to start the test a particular line number, you can run rspec spec/level_1_spec.rb:18. This will execute the test in the level one spec that starts on line 18 and goes to line 22.

Run rake spec to run all of the tests when you are done. Running it before you finish will prevent all tests from running.

Levels 1 - 3

To pass these levels add code with the tests. For most cases, put your code before the expectations, execpt for the tests that have expect(STDOUT).to receive(:puts). Your code should go AFTER those expectations.

Level 4

You will have to put your code separate files that should be loaded. Add your methods for level 4 in the file located in the lib directory, named level4.rb.

ruby-assessment's People

Contributors

octosteve avatar arelenglish avatar kthffmn avatar fs-lms-test-bot avatar irmiller22 avatar

Watchers

James Cloos avatar Mariah Jones avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.