Skip to content

Updated RSpec, Rubocop, and cleaned up Gem setup

Yorick Peterse requested to merge rspec-3 into master

This MR does the following:

  1. Update Rubocop, its configuration file, and changed some code styles to adhere to the new Rubocop pedantry
  2. Nuke Gemfile.lock from Git as its not meant to be tracked for Gems
  3. Update RSpec to 3.0
  4. Added rspec-its since "its" is no longer part of RSpec itself
  5. Silence git clone output used for seeds as it made RSpec output unreadable

Merge request reports