> Are you sure you are running the outer-most group, and not an inner
> group or example?  I just tried this file as test.spec.rb:
>    describe "add_descendants_from_xml" do
>      it "should add descendants" do
>        true.should be_false
>      end
> 
>      describe "with attributes" do
>        it "should add attributes too" do
>          false.should be_true
>        end
>      end
>    end
> 
> * the outer group name works

Ah - that'll be the problem then: i was trying to run an inner group.  I 
tend to wrap all the tests in a single file up in a single block, and 
then lots of nested blocks inside.

thanks
max
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to