home_controller_spec.rb revision 23305f217b86a2ebf90a848af9036908e0070542
require 'spec_helper'
describe "show" do
it { should respond_with :success }
it { should render_template :show }
end
end
it { should respond_with :success }
it { should render_template :index }
end
before do
end
it { should respond_with :success }
it { should render_template :index }
end
end
end