Re: [rspec-users] Culerity Error while running feature.

2009-02-22 Thread Kaleem Ullah
Let me try... Thanks for your reply. -- 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] Culerity Error while running feature.

2009-02-22 Thread Joaquin Rivera Padron
cool, I'll give that a try in short thanks joaquin 2009/2/22, aslak hellesoy : > On Sun, Feb 22, 2009 at 1:42 PM, Joaquin Rivera Padron > wrote: >> hey Kaleem, >> I am myself no expert on w$ but the line throwing the error is >> def self.run_server >> IO.popen("jruby #{__FILE__}", 'r+') >

Re: [rspec-users] Culerity Error while running feature.

2009-02-22 Thread aslak hellesoy
On Sun, Feb 22, 2009 at 1:42 PM, Joaquin Rivera Padron wrote: > hey Kaleem, > I am myself no expert on w$ but the line throwing the error is > def self.run_server > IO.popen("jruby #{__FILE__}", 'r+') When forking a new ruby interpreter, always use rbconfig: require 'rbconfig' ruby = File.

Re: [rspec-users] Culerity Error while running feature.

2009-02-22 Thread Joaquin Rivera Padron
hey Kaleem, I am myself no expert on w$ but the line throwing the error is def self.run_server IO.popen("jruby #{__FILE__}", 'r+') end are you able to run popen calls in w$ ? try your irb and see, if not maybe there's some w$ expert who can help hope that helps joaquin

[rspec-users] Culerity Error while running feature.

2009-02-22 Thread Kaleem Ullah
Hi All, I need your guide on an issue. My Environment: Window xp , Rails 2.2.2, Rspec-rails 1.1.11, Rspec 1.1.11, Cucmber , Webrat,Culerity I installed the jruby, sets its path in environment. It shows me Version of jruby also. Now the problem is when before installing langalex-culerity(http: