1 require File.dirname(__FILE__) + '/../../spec_helper'
5 describe 'Nested Example Groups' do
30 it "should run before(:all), before(:each), example, after(:each), after(:all) in order" do
50 describe 'nested example group' do
51 self.superclass.should == parent
53 it "should run all before and after callbacks" do