mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-22 21:31:06 -05:00
rspec and memory_profiler
This commit is contained in:
8
spec/model_spec.rb
Normal file
8
spec/model_spec.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require 'spec_helper'
|
||||
require 'objspace'
|
||||
|
||||
describe Ebooks::Model do
|
||||
it "does stuff" do
|
||||
model = Ebooks::Model.load(path("data/0xabad1dea.model"))
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user