home_controller_spec.rb revision 5340b43bc256d75f69412e4852d3ed1018439d5b
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