+ simplecov is a test coverage tool to show what code is covered and
where holes are
+ added newest test to validate that the redirect url works as expected
+ added flash/message assertions
+ adjusted urls to be http://google.com for tests for now
+ added @db-test tags to tests that use db interactions
+ added a scenario for duplicate URLs being used
+ added before and after steps to init and clean up db tests
+ added initialization of a test db for tests instead of interacting
with the production database