Sha256: c2080bea910bf8ade8883d56dbfc1b65eedab69f569feebc5b451eb68e239508
Contents?: true
Size: 241 Bytes
Versions: 5
Compression:
Stored size: 241 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_close(Time.now, 0.01) end end
Version data entries
5 entries across 5 versions & 1 rubygems