/interview

Simple Rails App used as the basis of a practical interview for a junior position

Primary LanguageRuby

Interview

Simple Rails App used as the basis of a practical interview for a junior position

Tasks

Check that the rspec tests pass after completing each Task.

Task 1:

Change the text on the Welcome page so that it says

"Welcome to my wonderful blog"

Task 2:

Change the sub-heading on the Welcome page so that it uses Internationalisation (I18n)

Task 3:

Change the colour of the table borders on the Articles page from black to blue

Task 4:

Merge the branch 'sams_feature_branch' with master and fix any conflicts.

Task 5:

Make an article 'text' a required field for articles. Make sure to update the model tests with this requirement

Task 6:

There is a pending feature test. Implement it.