-
Notifications
You must be signed in to change notification settings - Fork 12
/
rspec-notes
33 lines (23 loc) · 1.17 KB
/
rspec-notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
1) CrawlerDetect::Detector black list Mozilla/5.0 AppleWebKit/537.36 Chrome/114.0.5735.179 Safari/537.36 Google-Ads-Conversions
is expected to equal true
Failure/Error: it { is_expected.to be(true) }
expected true
got false
# ./spec/crawler_detect/detector_spec.rb:19:in `block (5 levels) in <top (required)>'
2) CrawlerDetect::Detector black list Amazon CloudFront
is expected to equal true
Failure/Error: it { is_expected.to be(true) }
expected true
got false
# ./spec/crawler_detect/detector_spec.rb:19:in `block (5 levels) in <top (required)>'
3) CrawlerDetect::Detector black list link-check/5.2.0
is expected to equal true
Failure/Error: it { is_expected.to be(true) }
expected true
got false
# ./spec/crawler_detect/detector_spec.rb:19:in `block (5 levels) in <top (required)>'
4) CrawlerDetect::Detector black list Mozilla/5.0/Firefox/42.0 - nbertaupete95(at)gmail.com is expected to equal true
Failure/Error: it { is_expected.to be(true) }
expected true
got false
# ./spec/crawler_detect/detector_spec.rb:19:in `block (5 levels) in <top (required)>'