它不可能在bundle(bundle exec)的上下文中運行rspec。爲什麼?對於所有rspec,在捆綁(bundle exec)中禁用運行腳本的上下文中的腳本(bundle exec)
1
A
回答
0
這對我來說啓用。每當這種奇怪的事情發生時,我會關閉RubyMine的所有實例,並從項目根目錄中刪除.idea目錄。它將在您下次打開該項目時重新創建。當我切換主要的項目細節時,這種.idea文件腐敗經常發生在我身上,比如Ruby版本。
-1
編輯.idea/workspace.xml
和替換髮現:<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
並切換bundleExecEnabled
真
記得關閉項目開始編輯XML之前。
0
相關問題
- 1. Rspec和bundle exec
- 2. 在eclipse中運行bundle exec
- 3. 從crontab運行bundle exec
- 4. bundle exec rake不能在cron中運行
- 5. 在腳本運行EXEC
- 6. 在Rails中運行bundle exec rspec spec/requests/static_pages_spec.rb時出現錯誤
- 7. bundle exec rspec spec/requests/static_pages_spec.rb和error
- 8. 如何在使用bundle exec rspec spec時運行rspec標記的測試?
- 9. Bundle Exec Rake DB Migrate
- 10. 與主管運行'bundle exec middleman server'
- 11. 使用PHP運行Python腳本exec()
- 12. 在Ruby on Rails中使用bundle exec
- 13. PHP腳本exec bash腳本不打印所有bash行
- 14. Bundle exec不起作用
- 15. 的腳本Exec的其他腳本
- 16. PHP腳本執行exec
- 17. 從php運行腳本exec命令
- 18. 運行rake命令有和沒有bundle exec之間的區別
- 19. rake 0.9.2無法在bundle中識別exec
- 20. `exec`殺死腳本
- 21. 使用sudo執行bundle exec命令
- 22. 如何在exec-maven-plugin上執行清理腳本:exec失敗?
- 23. rails s或bundle exec rails
- 24. cron和bundle exec問題
- 25. bundle exec rake assets:預編譯
- 26. Exec的動態PowerShell腳本
- 27. 運行腳本時,PHP的exec()在Apache下返回null和255
- 28. 使用exec從Docker容器上的主機運行腳本
- 29. 在運行shell腳本的php上exec()的問題
- 30. 在bash腳本中使用docker exec
嘗試卸載所有的Ruby安裝除一人外,然後得到確認「捆綁」寶石安裝爲Ruby安裝,然後再試一次。 –