I am setup on Mac (OS X) using RSPEC (version 1.0.8) for my tests. This is the first time I have used RSPEC before but it is running my tests extremely slowly. I was trying to use 'Autotest' with Growl, but even just the specs in my Terminal window is taking about a minute. Is a minute normal for 40 tests? They are just the generic tests created from rspec_scaffold.
Here is the code printed when I run my test: /usr/local/bin/ruby -S script/spec -O spec/spec.opts spec/models/ weather_spec.rb spec/views/weathers/show.rhtml_spec.rb spec/ controllers/weathers_controller_spec.rb spec/views/weathers/ new.rhtml_spec.rb spec/views/weathers/edit.rhtml_spec.rb spec/helpers/ weathers_helper_spec.rb spec/views/weathers/index.rhtml_spec.rb .............................................
Finished in 49.875295 seconds
45 examples, 0 failures
What can I do to speed this up? Is this normal? I was thinking that 0.9 seconds was normal.
Any suggestions would be appreciated. Thanks.