add tone of video in to app

This commit is contained in:
Tyrel Souza 2014-05-02 11:13:22 -04:00
parent 2414ce8276
commit 44e52e16fc
2 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,10 @@
label: 'Client Provided Script', label: 'Client Provided Script',
as: 'text', as: 'text',
hint: "If the customer has provided a script for BetterVideo to use. Formatting is text only." %> hint: "If the customer has provided a script for BetterVideo to use. Formatting is text only." %>
<%= f.input :toneofvideo,
label: 'Tone of Video',
as: 'text',
hint: "What tone of video do you want?" %>
<%= f.input :notes, <%= f.input :notes,
label: 'Production Notes', label: 'Production Notes',
as: 'text', as: 'text',

View File

@ -69,8 +69,6 @@ describe CampaignsController do
flash = response.request.env["action_dispatch.request.flash_hash"][:alert] flash = response.request.env["action_dispatch.request.flash_hash"][:alert]
expect(flash).not_to eq("You need to sign in or sign up before continuing.") expect(flash).not_to eq("You need to sign in or sign up before continuing.")
end end
it "expects the clientid to be correct" do it "expects the clientid to be correct" do