describe "line number" do  
   it "should be example one" do
      true.should be_true
   end
   it "should be another example" do
      true.should be_true
   end   
end


