Hello, Running RSpec without DRB works fine. However, "spec -X" runs without error but provides no output at all, even though the DRB spec_server seems to be fine. Has anyone got some suggestions as to why and how to fix? RSpec: 1-1-0RC1 build time 20071212145122 RSpec on Rails: Build time 20071212145122 Ruby: 1.8.6 Rails: 2-0-1 Win XP SP 2 Thanks very much, Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071212/08a8cf7b/attachment.html
Michael Klishin
2007-Dec-13 10:22 UTC
[rspec-users] Problem running examples with spec_server
What error do you get? On 12 ???. 2007, at 19:39, David Nolan wrote:> Hello, > Running RSpec without DRB works fine. > However, "spec -X" runs without error but provides no output at all, > even though the DRB spec_server seems to be fine. > Has anyone got some suggestions as to why and how to fix?MK
Hello, It doesn''t output any error messages. It doesn''t output anything, not a sausage, and just returns the prompt after a brief pause. Thanks, Dave On 13/12/2007, Michael Klishin <michael.s.klishin.lists at gmail.com> wrote:> > What error do you get? > > On 12 ???. 2007, at 19:39, David Nolan wrote: > > > Hello, > > Running RSpec without DRB works fine. > > However, "spec -X" runs without error but provides no output at all, > > even though the DRB spec_server seems to be fine. > > Has anyone got some suggestions as to why and how to fix? > > MK > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071213/fae46c75/attachment.html
OK I am studip. The reason "spec -X" does not output anything is because it does not specify a directory with any examples in it. "spec ./spec -X" works as expected. Cheers, Dave On 13/12/2007, David Nolan <dpdnolan at gmail.com> wrote:> > Hello, > It doesn''t output any error messages. It doesn''t output anything, not a > sausage, and just returns the prompt after a brief pause. > Thanks, > Dave > > > On 13/12/2007, Michael Klishin <michael.s.klishin.lists at gmail.com> wrote: > > > > What error do you get? > > > > On 12 ???. 2007, at 19:39, David Nolan wrote: > > > > > Hello, > > > Running RSpec without DRB works fine. > > > However, "spec -X" runs without error but provides no output at all, > > > even though the DRB spec_server seems to be fine. > > > Has anyone got some suggestions as to why and how to fix? > > > > MK > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071214/d9fddcd2/attachment.html