Skip to content

Commit 1ecff86

Browse files
committed
[rb] fix code references to spec_helper
1 parent c4d61d1 commit 1ecff86

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ In your project's `package.json`, add requirement to `dependencies`:
198198

199199
### Tear Down
200200

201-
{{< gh-codeblock path="examples/ruby/spec/spec_helper.rb#L28" >}}
201+
{{< gh-codeblock path="examples/ruby/spec/spec_helper.rb#L30" >}}
202202
{{% /tab %}}
203203
{{< tab header="JavaScript" >}}
204204

Diff for: website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Seleniumコードの使用方法に関係なく、優れた統合開発環境が
188188

189189
### 取り壊す
190190

191-
{{< gh-codeblock path="examples/ruby/spec/spec_helper.rb#L28" >}}
191+
{{< gh-codeblock path="examples/ruby/spec/spec_helper.rb#L30" >}}
192192
{{% /tab %}}
193193
{{< tab header="JavaScript" >}}
194194

Diff for: website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ In your project's `package.json`, adicionar requisito às `dependências`:
192192

193193
### Tear Down
194194

195-
{{< gh-codeblock path="examples/ruby/spec/spec_helper.rb#L28" >}}
195+
{{< gh-codeblock path="examples/ruby/spec/spec_helper.rb#L30" >}}
196196
{{% /tab %}}
197197
{{< tab header="JavaScript" >}}
198198

Diff for: website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ In your project's `package.json`, add requirement to `dependencies`:
176176

177177
### Tear Down
178178

179-
{{< gh-codeblock path="examples/ruby/spec/spec_helper.rb#L28" >}}
179+
{{< gh-codeblock path="examples/ruby/spec/spec_helper.rb#L30" >}}
180180
{{% /tab %}}
181181
{{< tab header="JavaScript" >}}
182182

0 commit comments

Comments
 (0)