Errno::EACCES: Permission denied - ./tmp/rspec_guard_result

Posted by Evgeniy Gatsalov on Stack Overflow See other posts from Stack Overflow or by Evgeniy Gatsalov
Published on 2013-10-26T15:59:56Z Indexed on 2013/11/07 15:54 UTC
Read the original article Hit count: 558

Filed under:
|
|
|

Trying settup rspec-guard-spork for learning app from http://ruby.railstutorial.org/

Using Ruby 2.0, Rails 4.0 on Windows7 ( I know :( )

When starting guard, get:

23:02:51 - ERROR - Guard::RSpec failed to achieve its <run_on_modifications>, exception was:
> [#] Errno::EACCES: Permission denied - ./tmp/rspec_guard_result
...

All gemfile, guardfile etc are edited according tutorial. Except 1) deleting win32console gem from gemfile because it turned console-out into a crap and raised an error.

Permissions for a file is "F"(ull) for all cattegories:

D:\WebDevelop\sample_app>cacls tmp\rspec_guard_result D:\WebDevelop\sample_app\tmp\rspec_guard_result

  • BUILTIN\Users:(ID)F
  • NT AUTHORITY\Authenticated:(ID)F
  • BUILTIN\Administrators:(ID)F
  • NT AUTHORITY\system:(ID)F

What additional info should I provide here?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about rspec