mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 04:11:08 -05:00
9 lines
161 B
Ruby
9 lines
161 B
Ruby
require 'spec_helper'
|
|
require 'objspace'
|
|
|
|
describe Ebooks::Model do
|
|
it "does stuff" do
|
|
model = Ebooks::Model.load(path("data/0xabad1dea.model"))
|
|
end
|
|
end
|