it 'should successfully add a new note for fields on first page and redirect to page with musician specific fields' do
            @production = Production.create(:name => "Dummy Production")
            @production.save
            @note = Note.create({:name => "Double Note", :production_id => 1})
            @note.save