display only few information on public audition page #55

Closed
bilal.catic wants to merge 3 commits from show-only-portion-of-data-on-public-cast-call-interview-page into cast-me-mvp
Showing only changes of commit 25dfd3bc58 - Show all commits

View File

@@ -19,9 +19,6 @@ RSpec.describe Public::CastingCallsController, type: :controller do
expect(response.body).to have_content(casting_call.title)
expect(response.body).to have_content(casting_call.description)
expect(response.body).to have_content(casting_call.project_description)
expect(response.body).to have_content(casting_call.interview_instructions)
expect(response.body).to have_content(casting_call.interview_requirements)
expect(response.body).to have_content(casting_call.questions)
expect(response.body).to have_link("Schedule an Audition")
end
end