取得協助
郵件列表
對於一般支援和開發問題,我們建議加入 rspec 郵件列表/Google 群組。這個列表上有許多經驗豐富的 rspec 開發人員,他們通常很樂意協助解決您的開發困境。
請參閱:https://groups.google.com/forum/#!forum/rspec 以獲取更多資訊。
IRC
如果您偏好使用 IRC,可以加入 freenode 上的 #rspec
頻道,通常會有熱心人士在線協助,儘管核心團隊不會持續監控此頻道,但他們也經常在線提供協助。
GitHub
如果您在 rspec 本身遇到錯誤,建議在 GitHub 上適當的儲存庫開啟 issue。
- 關於 rspec-rails 的錯誤:https://github.com/rspec/rspec-rails
- 關於 rspec-core 的錯誤:https://github.com/rspec/rspec-core (執行器、組態設定等)
- 關於 rspec-mocks 的錯誤:https://github.com/rspec/rspec-mocks (雙重物件、間諜等)
- 關於 rspec-expectations 的錯誤:https://github.com/rspec/rspec-expectations (匹配器)
- 關於 rspec-support 的錯誤:https://github.com/rspec/rspec-support (字串編碼、失敗的期望差異、Ruby 功能偵測等)
- 關於 rspec-dev 的錯誤:https://github.com/rspec/rspec-dev (開發 rspec 的工具)
請注意,我們不希望您在 GitHub 上開啟一般支援請求。