Re: [rspec-users] Autotest and RSpect

2007-10-11 Thread Daniel Mantilla
Wes, I removed the spec.opts file and now I see the results of my specs, but in plain text, no coloring. Well, at least I know it's running. I also tried playing with .autotest, adding/removing require's to no avail. If you ever get the nice formatting working please let me know. Thanks, Dani

[rspec-users] Autotest and RSpect

2007-10-11 Thread Daniel Mantilla
I managed to have Autotest running on my windows box. Apparently all is working but every time I know there is an error a new line is generated, no error messages or anything is sent to the console. I am using pastie now (thanks to David), please go to: http://pastie.caboo.se/106155 Daniel -- Po

Re: [rspec-users] I can't make RSpec 1.0.8 run in Rails 1.2.3

2007-10-10 Thread Daniel Mantilla
No worries, thanks for the link. Daniel -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] I can't make RSpec 1.0.8 run in Rails 1.2.3

2007-10-10 Thread Daniel Mantilla
This will sound silly but adding require File.dirname(__FILE__) + '/../spec_helper' at the very top of my tests fixed the problem. Thanks for your help. Daniel -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforg

Re: [rspec-users] I can't make RSpec 1.0.8 run in Rails 1.2.3

2007-10-09 Thread Daniel Mantilla
I removed both plugins and reinstalled them using the CURRENT tag. Then ran the 'ruby script/generate rspec' and finally the 'rake spec', but I get the same error. Here is the full trace: C:\Projects\Rails\Workspace\MPS>rake spec --trace C:0:Warning: require_gem is obsolete. Use gem instead. (i

Re: [rspec-users] I can't make RSpec 1.0.8 run in Rails 1.2.3

2007-10-09 Thread Daniel Mantilla
Please disregard this. This topic already exist on this forum, I thought my post didn't go through. Daniel -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-user

[rspec-users] I can't make RSpec 1.0.8 run in Rails 1.2.3

2007-10-09 Thread Daniel Mantilla
I followed the directions on the site: ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec_on_rails ruby script/generate rspec And apparently everything was ok. But when I do a "rake spec

[rspec-users] I can't make RSpec 1.0.8 run in Rails 1.2.3

2007-10-05 Thread Daniel Mantilla
I followed the directions on the site: ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec_on_rails ruby script/generate rspec And apparently everything was ok. But when I do a "rake spe