require File.expand_path('../../../../../spec_helper', __FILE__) require File.expand_path('../fixtures/classes', __FILE__) describe 'Thread::Backtrace::Location#base_label' do before :each do @frame = ThreadBacktraceLocationSpecs.locations[0] end it 'returns the base label of the call frame' do @frame.base_label.should == '' end end