We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ca882 commit 051617dCopy full SHA for 051617d
spec/network/response_spec.rb
@@ -42,7 +42,7 @@ class Network
42
%r{/ferrum/jquery.min.js$} => File.size("#{PROJECT_ROOT}/spec/support/public/jquery-1.11.3.min.js"),
43
%r{/ferrum/jquery-ui.min.js$} => File.size("#{PROJECT_ROOT}/spec/support/public/jquery-ui-1.11.4.min.js"),
44
%r{/ferrum/test.js$} => File.size("#{PROJECT_ROOT}/spec/support/public/test.js"),
45
- %r{/ferrum/with_js$} => 2343
+ %r{/ferrum/with_js$} => 2919
46
}
47
48
resources_size.each do |resource, size|
0 commit comments