問題タブ [system-testing]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ruby-on-rails - Rails5 システム テスト中の LDAP エラー: Rack アプリ エラー処理要求 { POST /login }
LDAP 認証はhttps://github.com/plataformatec/devise/wiki/How-To:-Authenticate-via-LDAPを使用して Rails に実装されており、正常に動作します。
システム テストhttp://guides.rubyonrails.org/testing.html#system-testing中に LDAP を使用しようとして失敗しました:
エラーはldap.ymlファイルが原因で発生します。テストが extern ファイルから構成を読み取れないようです。LDAP パラメータを置き換える回避策
と
エラーを回避します。
これがバグかどうか教えてください。