davidm
2009-Oct-07 15:23 UTC
[rspec-users] rake spec does not run specs -- just writes to spec.opts directory
I am having an issue on my integration server currently. When I run rake spec locally my specs run and all is good but when I run rake spec in on my integration box I get the following output Options written to spec/spec.opts. You can now use these options with: spec --options spec/spec.opts When I run spec --options spec.opts I get the same message. script/spec and others all do the same , if I try to target a specific spec file again the same thing This is my setup CentOS release 5.2 (Final) ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-linux] gem version 1.3.5 gem list - http://pastie.org/645449 any thoughts would be much appreciated as this is pretty annoying. thanks.
David Chelimsky
2009-Oct-07 18:55 UTC
[rspec-users] rake spec does not run specs -- just writes to spec.opts directory
On Wed, Oct 7, 2009 at 10:23 AM, davidm <david.malin at gmail.com> wrote:> I am having an issue on my integration server currently. When I run > rake spec locally my specs run and all is good but when I run rake > spec in on my integration box I get the following output > > Options written to spec/spec.opts. You can now use these options with: > spec --options spec/spec.opts > > When I run spec --options spec.opts I get the same message. > script/spec and others all do the same , if I try to target a specific > spec file again the same thing > > This is my setup > > CentOS release 5.2 (Final) > ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-linux] > gem version 1.3.5 > > gem list - http://pastie.org/645449 > > > any thoughts would be much appreciated as this is pretty annoying. > thanks.What''s in spec/spec.opts?> _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Reasonably Related Threads
- spec failing to run specs when spec.opts is present on 1.2.9
- Running specs within a spec server
- spec.opts: questions about formatters, etc.
- RSpec: "--color" not working in spec.opts when combined with "--drb"
- closed stream error running unit tests through rake