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 efb3da5 commit a91b179Copy full SHA for a91b179
lib/browser/testing.rb
@@ -16,9 +16,9 @@ def self.bot_user_agents
16
end
17
18
def self.search_engine_user_agents
19
- @search_engine_user_agents ||= begin
20
- YAML.load_file(Browser.root.join("test/ua_search_engines.yml"))
21
- end
+ @search_engine_user_agents ||= YAML.load_file(
+ Browser.root.join("test/ua_search_engines.yml")
+ )
22
23
24
def self.[](key)
0 commit comments