Closed ktdreyer closed 9 years ago
Commit ba7630ab83945a4eb11d3e0a30fe3664bd3d9a84 introduced a dependency on the pathname library. When running the tests outside of Bundler on Fedora 23, Ruby cannot find this library:
$ rspec -Ilib spec ... snip ... NameError: uninitialized constant Pathname
Add the gem to the spec_helper to ensure that Ruby loads it in all cases.
spec_helper
Cool, thanks for the merge @jyurek :)
Commit ba7630ab83945a4eb11d3e0a30fe3664bd3d9a84 introduced a dependency on the pathname library. When running the tests outside of Bundler on Fedora 23, Ruby cannot find this library:
Add the gem to the
spec_helper
to ensure that Ruby loads it in all cases.