Add a controller test for the create action

❮ Back Next ❯

Task

Steps

limerick: {
  title: 'There was an odd fellow named Gus',
  limerick_text: "There was an odd fellow named Gus,\nWhen traveling he made such a fuss.\nHe was banned from the train,\nNot allowed on a plane,\nAnd now travels only by bus."
}

Reference Code and Commands

rails test -v

❮ Back Next ❯