Sha256: c03b25528c4b109636f1a640c470a5f874065fbfea0e10209f915e01873d2321
Contents?: true
Size: 302 Bytes
Versions: 3
Compression:
Stored size: 302 Bytes
Contents
require File.expand_path("../../spec_helper", __FILE__) module HAR describe PageTimings do let(:timings) { Archive.from_file(google_path).pages.first.timings } it "defines methods for custom timings" do timings.custom.customExample.should == 123 end end # PageTimings end # HAR
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
har-0.1.5 | spec/har/page_timings_spec.rb |
har-0.1.4 | spec/har/page_timings_spec.rb |
har-0.1.3 | spec/har/page_timings_spec.rb |