Hi,

I frequently use the -l option to run only tests of interest, but it's
messy in a way I don't understand...

describe SomeModel do

  describe "#some_method" do

     it... # let's call this line 20

  end

  describe "#some_other_method" do

    it... # here's some other test

  end

end

If I enter 'spec -l 20 spec/models/some_model_spec.rb' on the command
line, I get my line 20 test and others -- say the other test, above --
why?

Thanks,

Lille
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to