Simple Rails App used as the basis of a practical interview for a junior position
Check that the rspec tests pass after completing each Task.
Change the text on the Welcome page so that it says
"Welcome to my wonderful blog"
Change the sub-heading on the Welcome page so that it uses Internationalisation (I18n)
Change the colour of the table borders on the Articles page from black to blue
Merge the branch 'sams_feature_branch' with master and fix any conflicts.
Make an article 'text' a required field for articles. Make sure to update the model tests with this requirement
There is a pending feature test. Implement it.