On Friday, November 1, 2013 11:07:24 AM UTC-7, Kylo Ginsberg wrote:
> I just discovered that running a specific test or set of tests via
> ":" doesn't honor filters but "--line_number " does. E.g.
>
> > cat fun_with_line_numbers.rb
> describe ":if => false", :if => false do
> it "should not ru
I just discovered that running a specific test or set of tests via
":" doesn't honor filters but "--line_number " does. E.g.
> cat fun_with_line_numbers.rb
describe ":if => false", :if => false do
it "should not run" do
false
end
end
> rspec -fd fun_with_line_numbers.rb:1
Run options: in