dry-rb / dry-logic

Predicate logic with rule composition
https://dry-rb.org/gems/dry-logic/
MIT License
179 stars 66 forks source link

spec_helper.rb: Add a require for 'pathname' #3

Closed DavidEGrayson closed 8 years ago

DavidEGrayson commented 8 years ago

I noticed that when I just type rspec or rake in a shell to run the tests of this gem, it fails because spec_helper.rb uses Pathname, which is undefined. This just adds the line require 'pathname' to fix that. Thanks!

solnic commented 8 years ago

Thanks :)