Hi,
I am unable to run rake test:functionals with SQLite3, it gives me this error :
rake aborted!
Permission denied - db/test.sqlite
(See full trace by running task with --trace)
My setup is on Windows XP. Tests were working a few weeks ago. Rails 2.3.2, Rake 0.8.7, sqlite3-ruby 1.2.5 gems
I am using Netbeans for development, but even when it's close I cannot run the test from a command prompt.
I also checked that no handles to test.sqlite are open (through the sysinternals task manager).
I checked the permissions, they are ok.
I tried to delete the file and recreate it, or copy to another filename without any luck either.
I tried running the command as soon as my computer is booted.
Any help is appreciated.
Thanks