test "should create pancake" do
  post :create
  assert_redirected_to pancake_path(1)
end
