Sha256: 92b12d401b9275da30fbc3ed22e90f74f770994e26b9a437315e0e777f432731

Contents?: true

Size: 245 Bytes

Versions: 2

Compression:

Stored size: 245 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')

include Fathom

describe ImportNode do
  it "should record the time of the import" do
    i = ImportNode.new
    i.imported_at.should be_within(0.01).of(Time.now)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fathom-0.3.7 spec/fathom/import/import_node_spec.rb
fathom-0.3.6 spec/fathom/import/import_node_spec.rb