Remove elapsed time from pending results

This commit is contained in:
Michael Miller 2019-02-12 16:36:06 -07:00
parent 577877e067
commit 493e30acee
4 changed files with 1 additions and 15 deletions

View file

@ -36,10 +36,4 @@ describe Spectator::PendingResult do
result.example.should eq(example)
end
end
describe "#elapsed" do
it "is zero" do
new_pending_result.elapsed.should eq(Time::Span.zero)
end
end
end