0
當我運行RubyTest使用命令移-R,它給出了這樣的輸出:崇高文本2 RubyTest問題,沒有輸出
DEBUG_EXEC: cd ~/Documents/ProgrammingGeneral/rails/sample_app/ && rspec spec/requests/static_pages_spec.rb -l 54
reloading ~/Library/Application Support/Sublime Text 2/Packages/User/RubyTest.last-run
這個文件的內容:
{
"last_test_file": "static_pages_spec.rb",
"last_test_run": "cd ~/Documents/ProgrammingGeneral/rails/sample_app/ && rspec spec/requests/static_pages_spec.rb -l 54"
}
我從來沒有得到過我的測試結果。我可以在控制檯中手動運行它們,並使用Guard(我在運行RubyTest之前殺死它)。我也在運行Spork。
此外,我已經得到了很多輸出形式scan: ~/Library/Application Support/path/to/stuff has been seen before, skipping
。
同樣的事情發生在Command-shift-T
。