Skip to content

Commit 11aa2d7

Browse files
Merge pull request #1807 from yasslab/remove_highlight_in_testing
ハイライト機能は未実装なので(ハイライトされなくなるので)一旦削除した: testing.md
2 parents 127cc8f + 69b4b5e commit 11aa2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/ja/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ assert true
150150

151151
この例では、特定の基準を満たさなければ記事は保存されないというアサーションが使われています。したがって、記事が正常に保存されると、テストは失敗し、テストの失敗が示されます。
152152

153-
```ruby#4-7
153+
```ruby
154154
require "test_helper"
155155

156156
class ArticleTest < ActiveSupport::TestCase

0 commit comments

Comments
 (0)