I required RSpec's rake task file and loaded it, which gives access to
the `rake spec` command to run RSpec. Also, I added `rake test` which
will run `rake spec` and `rake rubocop`, to simplify testing.
This makes the gemspec follow idioms that are present when creating a
gem using the bundle gem command. This means we can remove the
development dependancy on jeweler.