尝试设置 rspec-guard-spork 从http://ruby.railstutorial.org/学习应用程序
在 Windows7 上使用 Ruby 2.0、Rails 4.0(我知道:()
开始守卫时,获得:
23:02:51 - ERROR - Guard::RSpec failed to achieve its <run_on_modifications>, exception was:
> [#] Errno::EACCES: Permission denied - ./tmp/rspec_guard_result
...
所有 gemfile、guardfile 等都根据教程进行编辑。除了 1) 从 gemfile 中删除 win32console gem,因为它将控制台输出变成废话并引发错误。
对于所有类别,文件的权限为“F”(ull):
D:\WebDevelop\sample_app>cacls tmp\rspec_guard_result D:\WebDevelop\sample_app\tmp\rspec_guard_result
- 内置\用户:(ID)F
- NT AUTHORITY\Authenticated:(ID)F
- 内置\管理员:(ID)F
- NT AUTHORITY\system:(ID)F
我应该在此处提供哪些其他信息?