Skip to content

Commit

Permalink
テストケース間に空行追加
Browse files Browse the repository at this point in the history
  • Loading branch information
goruchanchan committed Jul 16, 2024
1 parent 4511e41 commit c24584a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/system/articles_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ class ArticlesTest < ApplicationSystemTestCase
visit '/articles.atom'
assert_no_text 'WIPの記事は atom feed に表示されない'
end

test 'not logged-in users cannot view WIP articles without correct token' do
visit article_path(@article3)
assert_text '管理者・メンターとしてログインしてください'
Expand Down

0 comments on commit c24584a

Please sign in to comment.