We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test/helpers配下のファイルが、_test.rbで終わっていないため、テストファイルとして認識されておらず、rails test test:all(ローカル)やCIで実行されていない。
_test.rb
rails test test:all
実際、その拡張子を追加するとrails test test:allした時のアサーションが増える。 また、どれかヘルパーのテストファイルを削除してもアサーションの数は変わらない。
下記PRの中で、失敗するはずのテストが通ってしまっていたことから発覚。 #7443 (comment)
The text was updated successfully, but these errors were encountered:
@machida 以下、差し出がましいことにはなりますが、ご確認いただけますと幸いです。 こちらのIssueですが、単に拡張子を変更するだけなのでgood first Issueとして良さそうだと感じましたが、自分がやってしまっても大丈夫でしょうか。
Sorry, something went wrong.
@reckyy 提案ありがとうございます!good first issueにしたいと思いますー
このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。
thmz337
No branches or pull requests
概要
test/helpers配下のファイルが、
_test.rb
で終わっていないため、テストファイルとして認識されておらず、rails test test:all
(ローカル)やCIで実行されていない。実際、その拡張子を追加すると
rails test test:all
した時のアサーションが増える。また、どれかヘルパーのテストファイルを削除してもアサーションの数は変わらない。
関連
下記PRの中で、失敗するはずのテストが通ってしまっていたことから発覚。
#7443 (comment)
The text was updated successfully, but these errors were encountered: