Diego81 / omnicontacts

A generalized Rack middleware for importing contacts from major email providers.
477 stars 230 forks source link

Make rspec more modern #188

Open olleolleolle opened 4 years ago

olleolleolle commented 4 years ago

This PR upgrades usages of mock to regular expect calls in RSpec.

It also upgrades the Gemfile.lock to have current versions.

This PR is a preparatory PR before running transpec on this repo, so that all RSpec can be fully upgraded to RSpec 3.

Update: unsuccessful at running transpec on this repository with this branch.