Publidata / opening_hours_converter

OpenStreetMap Opening Hours to Date & Date to Opening Hours
https://rubygems.org/gems/opening_hours_converter
GNU Affero General Public License v3.0
12 stars 3 forks source link

Feature/rspec dep #44

Closed berkes closed 4 years ago

berkes commented 4 years ago

Rspec is used to test the lib, but rspec is not a dependency.

This breaks bundle and makes it harder for devs to run the tests. Adding it fixes that.