civisanalytics / swagger-diff

Utility for comparing two Swagger specifications.
BSD 3-Clause "New" or "Revised" License
265 stars 32 forks source link

Adding rspec-expectations as a dependency #1

Closed jeffreyc closed 8 years ago

jeffreyc commented 8 years ago

The RSpec matcher requires RSpec Expectations to be installed. Adding rspec-expectations as a dependency, leaving rspec as a development dependency.

This was missed during testing because we didn't test installing the built gem in a clean environment. Verified that this works by building the gem locally then testing in a clean Docker container.

christophermanning commented 8 years ago

LGTM