1 require File.dirname(__FILE__) + '/spec_helper'
3 # Run spec w/ -fs to see the output of this file
5 describe "Examples with no descriptions" do
7 # description is auto-generated as "should equal(5)" based on the last #should
13 it { 3.should be < 5 }
15 it { ["a"].should include("a") }
17 it { [1,2,3].should respond_to(:size) }