So… you’d like to work for Integrum?
Please note that these tests all require some basic Ruby knowledge. If you don’t know ruby, take a few minutes to learn the basics. You will need to have Ruby, rubygems, RSpec installed, and Factory Girl installed.
- Fork this repository (if you don’t know how to do that, google is your friend)
- In the refactor-this directory you will find some Ruby code that needs to be refactored.
- A test suite is included with failing specs.
- Please refactor this code, this is real code we found in a real project that could be much more readable and intuitive.
- Run spec helper_spec.rb to execute your specs and see if they are passing.
- Please note: feel free to change the specs, but they should all be passing when you turn in your code.
- In the github-challenge directory, please create a Ruby script that accomplishes the following:
- Connect to the github API
- Find the rails/rails repository
- Find the most recent commits
- Print out HTML that groups the recent commits by author. e.g.
- Commit: xxxxxxyyyyzzz
Commit Message
- Commit: xxxxxxyyyyzzz
- Add your resume to the resume directory
- Commit and Push your code to your new repository
- Send us a pull request, we will review your code and get back to you