Skip to content

Commit

Permalink
Add additional check for page entry filtering spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeasley committed Apr 10, 2019
1 parent c4bf61f commit 481d8e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
2.5.1
2 changes: 2 additions & 0 deletions spec/har/page_spec.rb
Expand Up @@ -30,6 +30,8 @@ module HAR
entries.each do |entry|
(entry.started_date_time + entry.time / 1000.to_f).should < time
end

entries.length.should < page.entries.length
end
end
end
Expand Down

0 comments on commit 481d8e0

Please sign in to comment.