First commit!
This commit is contained in:
37
test/fixtures/network_ranges.yml
vendored
Normal file
37
test/fixtures/network_ranges.yml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
ip_address:
|
||||
network_prefix: 1
|
||||
ip_version: 1
|
||||
company: MyString
|
||||
asn: 1
|
||||
asn_org: MyString
|
||||
is_datacenter: false
|
||||
is_proxy: false
|
||||
is_vpn: false
|
||||
ip_api_country: MyString
|
||||
geo2_country: MyString
|
||||
abuser_scores: MyText
|
||||
additional_data: MyText
|
||||
created_at: 2025-11-02 14:01:11
|
||||
updated_at: 2025-11-02 14:01:11
|
||||
last_api_fetch: 2025-11-02 14:01:11
|
||||
|
||||
two:
|
||||
ip_address:
|
||||
network_prefix: 1
|
||||
ip_version: 1
|
||||
company: MyString
|
||||
asn: 1
|
||||
asn_org: MyString
|
||||
is_datacenter: false
|
||||
is_proxy: false
|
||||
is_vpn: false
|
||||
ip_api_country: MyString
|
||||
geo2_country: MyString
|
||||
abuser_scores: MyText
|
||||
additional_data: MyText
|
||||
created_at: 2025-11-02 14:01:11
|
||||
updated_at: 2025-11-02 14:01:11
|
||||
last_api_fetch: 2025-11-02 14:01:11
|
||||
Reference in New Issue
Block a user