[rspec-users] [Problem] Rails 3 + RSpec 2 beta 22 with JRuby 1.5.2
Bruno Cardoso
lists at ruby-forum.com
Mon Sep 20 11:27:13 EDT 2010
David Chelimsky wrote:
> On Sep 20, 2010, at 9:32 AM, Bruno Cardoso wrote:
>
>> An important clue I just found out, this seams to be a problem with
>> Netbeans. If I run "jruby -S rake spec" in the command line everything
>> works OK.
>> I only get the problem by running this rake task from Netbeans. Maybe
>> Netbeans uses the "--runner" option in the background and rspec 2.0
>> doesn't like it for some reason?
>
> That would make sense. There is no --runner option in rspec-2. Would you
> kindly post this to http://github.com/rspec/rspec-core/issues?
>
> Thx,
> David
Done: http://github.com/rspec/rspec-core/issues/issue/150
In the old version of rspec, this --runner option existed
(http://rspec.info/documentation/tools/spec.html), what was its purpose?
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list