test/pinterest_test.rb in legitbot-1.3.0 vs test/pinterest_test.rb in legitbot-1.4.0
- old
+ new
@@ -32,18 +32,18 @@
)
assert bot, msg: 'Pinterest detected from User-Agent'
assert bot.valid?, msg: 'Valid Pinterest'
end
- # rubocop:disable Metrics/LineLength
+ # rubocop:disable Layout/LineLength
def test_android_not_bot
bot = Legitbot.bot(
'Mozilla/5.0 (Linux; Android 8.0.0; SM-G965F Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.64 Mobile Safari/537.36 [Pinterest/Android]',
'85.117.106.133'
)
assert_nil bot
end
- # rubocop:enable Metrics/LineLength
+ # rubocop:enable Layout/LineLength
def test_engine_name
bot = Legitbot.bot(
'Mozilla/5.0 (compatible; Pinterestbot/1.0; +https://www.pinterest.com/bot.html)',
'54.236.1.11'