copiousfreetime / amalgalite

SQLite database engine embedded in a ruby extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't run specs from gem

jeremyevans opened this issue · comments

You don't ship the spec/.txt files, so you can't run the specs from a gem install. The spec/.txt files should either be added to the gem or the spec directory removed from the gem.

./spec/blob_spec.rb:30:in `read': No such file or directory - /usr/obj/ports/ruby-amalgalite-0.12.0/amalgalite-0.12.0/spec/iso-3166-country.txt (Errno::ENOENT)

Hrm, well that is a problem. They should definitely ship with it. Good thing I have a new version of amalgalite to release shortly. I'll make sure that they are included in it.

Thanks!

this should be fixed now with 0.15.0, let me know if you have any problems.