Add acts as event specs

pull/6827/head
Hagen Schink 11 years ago
parent 4429fd126d
commit d77924de29
  1. 7
      spec/models/document_spec.rb

@ -101,4 +101,11 @@ describe Document do
end
end
describe "acts as event" do
let(:now) { Time.now }
let(:document) { FactoryGirl.build(:document,
created_on: now) }
it { expect(document.event_datetime).to eq(now) }
end
end

Loading…
Cancel
Save