Is this possible? Or would I miss something? (Fixtures,..?)
Because: When I use autotest with rspec, autotest doesnt seem to work? It loads, but nothing else happens, even if i change a file..?
Is this possible? Or would I miss something? (Fixtures,..?)
Because: When I use autotest with rspec, autotest doesnt seem to work? It loads, but nothing else happens, even if i change a file..?
Yes - but you have to use command
autospec
and not
autotest
if you use RSpec.
yes you can remove the directory 'test' completely. if you use fixtures you can put them in spec/fixtures. thought fixtures are not a good idea imho :)