Specify line for autorun?

Am I correct in assuming this should work (bug)?

spec.fast_require.rb contains the line require ‘spec/autorun’

E:\dev\ruby\fast_ruby_require\spec>ruby spec.fast_require.rb -l25
Only one file can be specified when providing a line number: []

-rp

Yep - that’s a bug - please file a ticket at
http://rspec.lighthouseapp.com

Thx!