Is it possible? Or am I missing something? (Lamps, ..?)
Because: When I use autotest with rspec, does autotest not seem to work? It loads, but nothing else happens, even if I change the file ..?
yes, you can completely remove the test test. if you use fixtures, you can put them in spec / fixtures. thought it was a good idea imho :)
Yes - but you must use the command
autospec
but not
autotest
if you are using RSpec.