twitter-ebooks/spec/spec_helper.rb

6 lines
93 B
Ruby
Raw Normal View History

2014-10-14 01:02:08 -07:00
require 'twitter_ebooks'
def path(relpath)
File.join(File.dirname(__FILE__), relpath)
end