Skip to content

Commit

Permalink
Merge pull request #8007 from fjordllc/bug/recognize-as-test-file
Browse files Browse the repository at this point in the history
test/helpers配下をテストファイルとして認識させた
  • Loading branch information
komagata authored Aug 21, 2024
2 parents 122bcc7 + 3e082c6 commit 7149ee3
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ReportsHelperTest < ActionView::TestCase
test 'practice_options_within_course' do
login_user(users(:kimura))
assert_equal 'OS X Mountain Lionをクリーンインストールする', practice_options_within_course.first[0]
assert_equal 'sslの基礎を理解する', practice_options_within_course.last[0]
assert_equal '企業研究', practice_options_within_course.last[0]
assert_no_difference 'practice_options_within_course.count' do
CategoriesPractice.create!(category_id: categories(:category2).id, practice_id: practices(:practice2).id, position: 7)
end
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7149ee3

Please sign in to comment.