jamal
1
Hello,
I don’t know why autotest aint outputting any failed or success message
to the screen?
C:\Instantrails\rails_apps\testerne>autotest
loading autotest/rails_rspec
C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts
spec/controllers
/user_controller_spec.rb spec/models/user_spec.rb
spec/helpers/user_helper_spec.
rb
C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts
spec/controllers
/user_controller_spec.rb
C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts
spec/controllers
/user_controller_spec.rb
Everytime I save the file it output
C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts
spec/controllers
/user_controller_spec.rb
Can someone tell me whats wrong??
…and thanks for help 
jamal
2
On 10/7/07, Jamal S. [email protected] wrote:
/user_controller_spec.rb spec/models/user_spec.rb
…and thanks for help 
autotest/rails_rspec looks for specs in spec/models, spec/views,
spec/controllers and spec/helpers. Is that where your specs are?
jamal
3
David C. wrote:
On 10/7/07, Jamal S. [email protected] wrote:
/user_controller_spec.rb spec/models/user_spec.rb
…and thanks for help 
autotest/rails_rspec looks for specs in spec/models, spec/views,
spec/controllers and spec/helpers. Is that where your specs are?
It works now, I just don’t get any colour output in my console command
(windows=>cmd)
This is my spec.opts file
–colour
–format
progress
–loadby
mtime
–reverse
–drb
and this is my autotest file
require ‘autotest/redgreen’
require ‘win32console’
require ‘autotest/timestamp’