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
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
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
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
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
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
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
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