Skip to content

Commit aa44fb3

Browse files
committed
Use dot-example TLD in specs
1 parent 30aac3f commit aa44fb3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spec/lib/webmention/parsers/json_parser_results_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
let(:extracted_urls) do
1616
[
17-
"https://target.example.com/post/100",
18-
"https://target.example.com/post/200",
19-
"https://target.example.com/post/100",
17+
"https://target.example/post/100",
18+
"https://target.example/post/200",
19+
"https://target.example/post/100",
2020
]
2121
end
2222

spec/support/fixtures/sample_post.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
[
33
{
44
"rels": {
5-
"target": "https://target.example.com/post/100"
5+
"target": "https://target.example/post/100"
66
}
77
},
88
{
99
"rels": {
10-
"target": "https://target.example.com/post/200"
10+
"target": "https://target.example/post/200"
1111
}
1212
}
1313
],
1414
{
1515
"rels": {
16-
"url": "https://target.example.com/post/100"
16+
"url": "https://target.example/post/100"
1717
}
1818
},
1919
["Hello", "world!"]

0 commit comments

Comments
 (0)