home_controller_spec.rb revision 450c425d47cb4ff346c009bf6193057cee85fcc6
require 'spec_helper'
describe "show" do
it { should respond_with :success }
it { should render_template :show }
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